RUN TIME ERROR IN MODULAR : Multiprocessing issue #1059
Answered
by
ismailkattar
ismailkattar
asked this question in
Q&A
-
RuntimeError:
|
Beta Was this translation helpful? Give feedback.
Answered by
ismailkattar
Aug 25, 2024
Replies: 1 comment 2 replies
-
solution found I just needed to put all the code in train.py in main function and then call : |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mrdbourke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
solution found I just needed to put all the code in train.py in main function and then call :
if __name__ == "__main__": main()