udacity/deep-learning-v2-pytorch

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

gmarus777 opened this issue · 0 comments

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