Fastai :: Anaconda.org
https://anaconda.org/gaiar/fastaifastai-1.x can be installed with either conda or pip package managers and also from source. At the moment you can't just run install , since you first need to get the correct pytorch version installed - thus to get fastai-1.x installed choose one of the installation recipes below using your favorite python package manager.
Welcome to fastai | fastai
https://docs.fast.ai25.03.2022 · When installing with mamba or conda replace -c fastchan in the installation with -c pytorch -c nvidia -c fastai, since fastchan is not currently supported on Windows. Due to python multiprocessing issues on Jupyter and Windows, num_workers of Dataloader is reset to 0 automatically to avoid Jupyter hanging.
Fastai :: Anaconda.org
anaconda.org › gaiar › fastai### Conda Install conda install -c pytorch -c fastai fastai This will install the pytorch build with the latest cudatoolkit version. If you need a higher or lower CUDA XX build (e.g. CUDA 9.0), following the instructions here, to install the desired pytorch build. Note that JPEG decoding can be a bottleneck, particularly if you have a fast GPU.
Welcome to fastai | fastai
docs.fast.aiMar 25, 2022 · When installing with mamba or conda replace -c fastchan in the installation with -c pytorch -c nvidia -c fastai, since fastchan is not currently supported on Windows. Due to python multiprocessing issues on Jupyter and Windows, num_workers of Dataloader is reset to 0 automatically to avoid Jupyter hanging. This makes tasks such as computer vision in Jupyter on Windows many times slower than on Linux.