PacktPublishing / Mastering-PyTorch

Mastering PyTorch, published by Packt
MIT License
253 stars 109 forks source link

Minor bug fixes #9

Open thatgeeman opened 2 years ago

thatgeeman commented 2 years ago

If working with GPUs the model has to be moved to the current device, since the images and labels of the mini-batch is also being moved.