I am learning from the fastbook along with the fast.ai course Part 1. I was studying chapter 7 of the book about SOTA models and TTA. I went through the theory and then tried to implement the code. But when I try to implement the model, which is basically training a model from scratch, each epoch is taking more than 36+ minutes.
I have added the model’s first epoch time and the GPU utilization (So CUDA must be working properly).
My system is an Asus A-17 with AMD Ryzen 5 4600H and 1650Ti 4GB laptop version.
I tried the same thing on Kaggle using the T4x2 GPU where it took only 3-4 minutes each epoch. What might be the issue here and how do I make computation faster?