udacity / deep-learning-v2-pytorch

Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
MIT License
5.26k stars 5.32k forks source link

Problem with Part 2 - Neural Networks in PyTorch (Exercises) #337

Closed gmarus777 closed 3 years ago

gmarus777 commented 3 years ago

Always get a Dead Kernel when trying to run the line
helper.view_classify(img.view(1, 28, 28), ps)

i.e. something is not working for me, have tried many times.

image