Open leeejeonghwa opened 1 year ago
Hi, this is just data loading step (very typical in pytorch). You could test your trainloader. Can you print "i" and see if the code is even running?
Is this the right way to do it? I don't think it's progressing after print(trainloader).
for i, data in enumerate(trainloader, 0) #181 This code is stopped without turning around. I think it's going on an infinite loop, can you solve it?