Training data on local machine

Can i train my machine learning model on my local machine? If yes, how do I get access to the fast ai library?

1 Like

Yes, you can (you need CUDA + Nvidia). You can pull fastai from github repository: https://github.com/fastai/fastai.git

Thank you. I got to know about the google collab today. I will try training my models there using their gpu.