Open czardien opened 6 years ago
Hi @Idraen!
Thanks for your help! I'll fix it ASAP. If you need another container with PyTorch, I also have this one, is a little bit larger, but have all packages.
Bests
Oh man thanks for getting back to me ; I just realised I forgot to attach more details đ Find below some screenshots of what's going on. Although my initial description is pretty self-explanatory. That third screenshot helps to pinpoint the exact line that raises the issue.
I'll take a look at that other image of yours thanks ; I'm currently relying on that other one (https://github.com/stepankuzmin/pytorch-notebook) and that ValueError isn't raised so I'm quite happy. However I'm really sad because it's 54 layers and 2.4GB âšī¸
I'm really confused about that error ; googling that in a rush doesn't help too much. Anyway let me know if you have any question!
Cheers,
Hi @petronetto, FYI I confirm that using your other image (https://github.com/petronetto/docker-python-deep-learning) I am able to run the code above without raising any exception đ Great job on that image!
Cheers buddy
Looks like this was a Python bug, fixed as of 3.6.6. (... see https://stackoverflow.com/questions/53300965/pytorch-exception-in-thread-valueerror-signal-number-32-out-of-range/58861719#58861719 for more details!)
Hey,
Great job on that image đ I'm using to follow the official PyTorch tutorial and I ran into an unexpected error ; for some reason I'm confident it's because the application lives in that alpine environment.
The specific tutorial that raises an issue for me is the
training a classifier
(https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html), the specific line isdataiter = iter(trainloader)
and the error is:I will attach more details soon.