Saving checkpoints #962
Replies: 1 comment
-
This problem should have been fixed by now, let me know if you are still seeing it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to save checkpoints using the following code:
The problem happens when I try to create the folder. It checks for multiprocessing using a flag, but the flag is not parsed. Error is:
Seems to be triggered by this line of code in the library:
I should note that I am running my code from a child process.
Do you have any suggestions on how to avoid this? I am not sure why the flag is not picked up since it has a default value. I tried parsing them from the main file using args, but then it asks to define my own arguments as flags, which seems as an overhead.
Beta Was this translation helpful? Give feedback.
All reactions