forked from ashesh-0/Disentangle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallation.sh
More file actions
25 lines (25 loc) · 929 Bytes
/
installation.sh
File metadata and controls
25 lines (25 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
conda create -n Disentangle python=3.9
conda activate Disentangle
mamba install pytorch torchvision pytorch-cuda -c pytorch -c nvidia -y
mamba install -c conda-forge pytorch-lightning -y
mamba install -c conda-forge wandb -y
mamba install -c conda-forge tensorboard -y
python -m pip install ml-collections
mamba install -c anaconda scikit-learn -y
mamba install -c conda-forge matplotlib -y
mamba install -c anaconda ipython -y
mamba install -c conda-forge tifffile -y
python -m pip install albumentations
mamba install -c conda-forge nd2reader -y
mamba install -c conda-forge yapf -y
mamba install -c conda-forge isort -y
python -m pip install pre-commit
mamba install -c conda-forge czifile -y
mamba install seaborn -c conda-forge -y
mamba install nbconvert -y
mamba install -c anaconda ipykernel -y
mamba install -c conda-forge czifile -y
mamba install scikit-image -y
pip install nd2
pip install nis2pyr
pip install read-lif