deep-learning-with-pytorch / dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.

Home Page:https://www.manning.com/books/deep-learning-with-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training time is larger than 15 minutes

duydo77 opened this issue · comments

In section 11.7 (page 305), you said that "A single NVIDIA GTX 1080 Ti should complete an epoch in under 15 minutes". After running LunaPrepCacheApp(), it still predict training will finish after 2 days. I am training model with colab pro, which has Tesla P100. I want to know if I make a mistake or it's normal. I'm sorry for my dumy question.

I try to train with epochs=1, num_workers=4, batch_size=32