File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
``` python
6
6
# 配置国内源,方便安装Numpy,Matplotlib等
7
- conda config -- - add channels https:// mirrors.tuna.tsinghua.edu.cn/ anaconda/ pkgs/ free/
8
- conda config -- - add channels https:// mirrors.tuna.tsinghua.edu.cn/ anaconda/ pkgs/ main/
7
+ conda config -- add channels https:// mirrors.tuna.tsinghua.edu.cn/ anaconda/ pkgs/ free/
8
+ conda config -- add channels https:// mirrors.tuna.tsinghua.edu.cn/ anaconda/ pkgs/ main/
9
9
# 配置国内源,安装PyTorch用
10
- 𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 -- - 𝑎𝑑𝑑 𝑐ℎ𝑎𝑛𝑛𝑒𝑙𝑠 ℎ𝑡𝑡𝑝𝑠:// 𝑚𝑖𝑟𝑟𝑜𝑟𝑠.𝑡𝑢𝑛𝑎.𝑡𝑠𝑖𝑛𝑔ℎ𝑢𝑎.𝑒𝑑𝑢.𝑐𝑛/ 𝑎𝑛𝑎𝑐𝑜𝑛𝑑𝑎/ 𝑐𝑙𝑜𝑢𝑑/ 𝑝𝑦𝑡𝑜𝑟𝑐ℎ/
10
+ 𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 -- 𝑎𝑑𝑑 𝑐ℎ𝑎𝑛𝑛𝑒𝑙𝑠 ℎ𝑡𝑡𝑝𝑠:// 𝑚𝑖𝑟𝑟𝑜𝑟𝑠.𝑡𝑢𝑛𝑎.𝑡𝑠𝑖𝑛𝑔ℎ𝑢𝑎.𝑒𝑑𝑢.𝑐𝑛/ 𝑎𝑛𝑎𝑐𝑜𝑛𝑑𝑎/ 𝑐𝑙𝑜𝑢𝑑/ 𝑝𝑦𝑡𝑜𝑟𝑐ℎ/
11
11
# 显示源地址
12
- 𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 -- - 𝑠𝑒𝑡 𝑠ℎ𝑜𝑤_𝑐ℎ𝑎𝑛𝑛𝑒𝑙_𝑢𝑟𝑙𝑠 𝑦𝑒𝑠
12
+ 𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 -- 𝑠𝑒𝑡 𝑠ℎ𝑜𝑤_𝑐ℎ𝑎𝑛𝑛𝑒𝑙_𝑢𝑟𝑙𝑠 𝑦𝑒𝑠
13
13
```
14
14
15
15
- 安装PyTorch
@@ -19,6 +19,8 @@ conda install pytorch torchvision cudatoolkit=10.0
19
19
20
20
```
21
21
22
+ # 课程链接
23
+
22
24
<!--
23
25
<p align="center">
24
26
<a href="https://study.163.com/course/courseMain.htm?share=2&shareId=480000001847407&courseId=1208894818&_trace_c_p_k2_=61a9e0a511f7409b92a08d4f4c964330
You can’t perform that action at this time.
0 commit comments