humphd / have-fun-with-machine-learning

An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks
Other
5.07k stars 541 forks source link

How to train the network on a remote server #3

Closed MyVanitar closed 7 years ago

MyVanitar commented 7 years ago

Hello,

I like your language. it is written straightforward and easy to understand. actually that's an art if somebody has this ability. nice.

as you know GPUs are expensive, therefore do you know how we can train our model on a remote server with GPU cards (such as amazon) which we can rent hourly with low prices or similar?

humphd commented 7 years ago

There are a few AMIs available (e.g., https://aws.amazon.com/marketplace/pp/B01LZN28VD) and a number of tutorials, for example https://www.youtube.com/watch?v=QZaAcl_F9R0. I've not tried it on AWS myself, so I can't say much more than this.