-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in Thread: ValueError: signal number 32 out of range #3
Comments
Hi @Idraen! Thanks for your help! I'll fix it ASAP. 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.
The text was updated successfully, but these errors were encountered: