Skip to content
Snippets Groups Projects
Commit b1103ed4 authored by Rony Abecidan's avatar Rony Abecidan
Browse files

Update INSTALL.md

parent 24e28604
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
- Make sure you have at least **Python 3.8**
- Then we strongly advise to the readers to create a new environment for this project for instance with the command `conda create -n the_name_you_want`
- You will need after to install pip with `conda install pip`
- If you have a gpu do `conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch` otherwise if you prefer to use your CPU do `conda install pytorch torchvision torchaudio cpuonly -c pytorch`
- If you have a gpu do `conda install pytorch torchvision cudatoolkit=11.3 -c pytorch` otherwise if you prefer to use your CPU do `conda install pytorch torchvision cpuonly -c pytorch`
- At last launch `pip install -r requirements.txt`
### Construction of the domains and running of our experiments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment