Why there is no clear installation and instructions for local machine?
I installed the fast.ai on windows10 (How to set up Windows 10 for fast.ai),but can’t do anything and don’t know how to start?
Why fast.ai too hard to use and messy ?
I watched the video and don’t know how to start.
I read the website,wiki,etc and still don’t know how to start.
There’s several options to use fastai and follow the courses. The easiest are using cloud platforms, like for example crestle.ai or colab.
If you want to use your local machine it can be harder and more frustrating. I think the guide you’ve linked to is obsolete, please follow this one instead.
Please try to persevere, fast.ai is worth it. Many other students managed to set up their environement to follow the fast.ai courses, there’s no reason you can’t do it !
I installed fastai on gaming laptop with Nvidia 1070 GPU.
I use Ubuntu and I haven’t touched Windows for many years, so I can’t help with specifics, but basic steps should be the same.
Have you installed anaconda?
It’s best approach, anaconda takes care of all dependencies.
Please note you have to have Python >= 3.6, and working CUDA drivers if you want to use your GPU. See here for troubleshooting if you’re still having issues.
As I’ve said in my last message, the guide you’re using is for Windows while you said you’re on Linux Ubuntu. The instructions are not the same. Please see my last message for a guide on how to set up on Ubuntu. It’s very simple.
EDIT : I’ve just realised I’ve been talking to two different people, didn’t realise that sorry for the confusion. @hwdong I have no experience with fastai on windows, can’t help you with that sorry. My advice is look for installation troubleshooting threads on the forums (see the fastai users section) for help and similar situations.
this means the fastai folder is not in the same folder as your notebooks. Can you confirm? If they are not place the folder where the notebooks and it should work.
My 2 cents … if you’re going local, go with Linux.
Once you can dual boot Ubuntu on your windows machine, search the forum for “Local Linux setup” and you’ll find plenty of good resources for installing all the bits you need to work with pytorch/fastai.
If you’re completely new to Linux, I suggest you stick with crestle or colab initially. There are really good instructions on the course wiki for these and other cloud providers.
I have setup FastAI on Windows locally/ I am able to run PyTorch locally and use my GPU but I don’t know how do i setup my GPU for fastai while running Jupyter Notebook. Cuda device is available in Jupyter notebook. It may sound silly, but how do I enable GPU computing?