Skip to content

Latest commit

 

History

History

conda_env

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

We use Anaconda to manage our running environment

How to install the running environment?

conda create -n MW24Fall-QuickDrop-Official # create a new conda vironment
conda activate MW24Fall-QuickDrop-Official

conda install seaborn # for visualization
conda install tqdm # for progress visualization
conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia # refer here to get latest version: https://pytorch.org/get-started/locally/
conda install scripy # odd missing when open in new environment

The codes already have been encapsulated into the executable file: conda_env_install.sh. Please note that always activate the environment firstly when use the codes conda activate MW24Fall-QuickDrop-Official.