How to Install
Installing Avalanche has Never Been so Simple
π¦ Installing Avalanche with Pip
pip install avalanche-libInstalling the Master Branch Using Anaconda
# choose your python version
python="3.8"
# Step 1
git clone https://github.com/ContinualAI/avalanche.git
cd avalanche
conda create -n avalanche-env python=$python -c conda-forge
conda activate avalanche-env
# Step 2
# Istall Pytorch with Conda (instructions here: https://pytorch.org/)
# Step 3
conda env update --file environment.ymlπ» Developer Mode Install
π€ Run it on Google Colab
Last updated
Was this helpful?