Anaconda’s TERMS OF SERVICE was changed. If you used Anaconda in an organization that has two hundred (200) or more employees or contractors, you have to be careful.
Currently, you can use miniconda freely.
Download or clone the YORU project.
a. Download git
conda install git
b. Clone repository
cd "Path/to/download"
git clone https://github.com/Kamikouchi-lab/YORU.git
Install the GPU driver and CUDA toolkit.
Create a virtual environment using YORU.yml in command prompt or Anaconda prompt.
conda env create -f "Peth/to/YORU.yml"
Activate the virtual environment in command prompt or miniconda prompt.
conda activate yoru
Install Pytorch depending on the CUDA versions.
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
(torch, torchvision and torchaudio will be installed.)
Run YORU in command prompt or miniconda prompt.
conda activate yoru
cd "Peth/to/YORU/project/folder"
python -m yoru