Submitted by AutoModerator t3_10cn8pw in MachineLearning
RealKillering t1_j5vu1t5 wrote
I just started working with Google Colab. I am still learning and just used Cifar 10 for the first time. I switched to colab pro and also switched the GPU class to Premium.
The thing is the training seems to take just as long as with the free GPU. What am I doing wrong?
I-am_Sleepy t1_j639x7w wrote
Check GPU version with “!nvidia-smi”, and for dataset this probably is not GPU fault but memory bottleneck. See https://stackoverflow.com/questions/49360888/google-colab-is-very-slow-compared-to-my-pc
Viewing a single comment thread. View all comments