Skip to content

Commit

Permalink
Update notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuewengeophysics authored Sep 9, 2020
1 parent 9ae55d8 commit 9868efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple<br>
pip config set global.index-url https://pypi.douban.com/simple/
conda env create -f env_info_file.yml<br>
pip install torch==1.3.1+cu100 torchvision==0.4.2+cu100 -f https://download.pytorch.org/whl/torch_stable.html<br>
conda search pytorch
conda search pytorch | grep 100
conda install pytorch=1.3.1=cuda100py36h53c1284_0
conda search pytorch<br>
conda search pytorch | grep 100<br>
conda install pytorch=1.3.1=cuda100py36h53c1284_0<br>

0 comments on commit 9868efd

Please sign in to comment.