Update Readme.md

This commit is contained in:
Jackie Loong
2019-09-08 18:17:36 +10:00
committed by GitHub
parent 188b47b717
commit 7e79bdbc50

View File

@@ -1,5 +1,15 @@
# 深度学习与TensorFlow2入门实战
## 安装命令
请先安装Anaconda, CUDA 10.0, cuDNN。
```python
pip install tensorflow-gpu==2.0.0-rc0 numpy matplotlib pillow pandas -i https://pypi.tuna.tsinghua.edu.cn/simple
```
## 课程链接
视频教程链接:[深度学习与TensorFlow2入门实战](https://study.163.com/course/courseMain.htm?share=2&shareId=480000001847407&courseId=1209092816&_trace_c_p_k2_=10515f5942ba46b5a4ec1c30a46b0269)
![](0-课程介绍/深度学习与TF.png)