From 9ae55d886def3c6615bf5d195c12414508689366 Mon Sep 17 00:00:00 2001 From: Xue Wen Date: Wed, 9 Sep 2020 16:40:37 +0800 Subject: [PATCH] Update notes.md --- notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.md b/notes.md index 05c75f0..586d9f8 100644 --- a/notes.md +++ b/notes.md @@ -7,3 +7,6 @@ pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip config set global.index-url https://pypi.douban.com/simple/ conda env create -f env_info_file.yml
pip install torch==1.3.1+cu100 torchvision==0.4.2+cu100 -f https://download.pytorch.org/whl/torch_stable.html
+conda search pytorch +conda search pytorch | grep 100 +conda install pytorch=1.3.1=cuda100py36h53c1284_0