neural-ode
neural-ode copied to clipboard
DataLoader Error
Hi Irina,
Thanks for this great work. I am having an issue with DataLoader of Pytorch, it seems giving memory error or something. Can you help how to handle this? Actually it is MNIST, loading should not matter. I decreased the batch to 1 as well, but still having the same issue.
Traceback (most recent call last):
File "./experiments/train.py", line 103, in
Hi! Sorry about the delay with the answer. Did you try to change num_workers
parameter in all DataLoaders (like here)?