Training, error: can't pickle Environment objects when num_workers > 0 #32
Unanswered
annalina111
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Same here! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, anybody else run into an issue when trying to run either of the training scripts, due to num_workers being set to 8 when instantiating a DataLoader? When i've changed this to 0 (line 112 and 113 in train_rave.py and corresponding lines in train_prior.py), I can run the script fine, but I'm wondering if I can get checkpoint outputs more quickly if I can solve this..
here is a relevant github discussion:
pytorch/vision#689
there seems to be an understood solution here but I am having trouble figuring out how to implement these insights within the RAVE code..
Beta Was this translation helpful? Give feedback.
All reactions