Validation crashes when setting seed or with val_num_workers > 0 with CUDA initialization error #9060
-
I get the below error immediately when I set a CUDA seed or after a few epochs without seed and with val_workers>0. I also find that I get the error when I try reading from a pickled file containing PyTorch tensors (on cpu). I have a small dataset, so I load all the data in the My error is quite similar to the the comment mentioned here - pytorch/pytorch#28950 (comment). Note that both the person who commented and I, have Any ideas as to why this is happening will surely help me! Thank you. PL version = 1.4.2 , torch version = '1.9.0+cu102', CUDA version = 10.2
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Same as #8821. |
Beta Was this translation helpful? Give feedback.
Same as #8821.