conda create -n cl python=3.9
source activate cl
cd ContinualLearning/
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
pip install monai[all]==0.9.0
pip install -r requirements.txt
Please first read the document at Essence for Linux newbies
module load anaconda3/5.3.0 # only for Agave
module load mamba/latest # only for Sol
mamba create -n cl python=3.9
cd pretrained_weights/
wget https://www.dropbox.com/s/po2zvqylwr0fuek/swin_unetr.base_5000ep_f48_lr2e-4_pretrained.pt
wget https://www.dropbox.com/s/lh5kuyjxwjsxjpl/Genesis_Chest_CT.pt
cd ../