Submitted by [deleted] t3_11g2dio in deeplearning
I am a junior dev using Google Colab for training small DL models because it is a lot faster than my Lenovo Ideapad 2015.
And I have rather quickly ran out of computing units (even though I terminate runtimes after calc.)
Are there sites/platforms or just hardware you'd recommend to train simple Pytorch or TF, scipy or plain numpy DL models?
Boonzies t1_jamckvc wrote
Bottom line, in this field you will have to pay. Equipment, the tech, matters.
For most models I use my PC or laptop both of which have decent Nvidia cards, good CPUs, and ample RAM. I develop my models off line and when ready (if need be) for the final large scale training I use my AWS/Google accounts.
For super large models I go straight to AWS or Google.