RTFM
what is RTFM?
- https://en.wikipedia.org/wiki/RTFM
- RTFM is an initialism and internet slang for the expression “read the fucking manual” – typically used to reply to a basic question where the answer is easily found in the documentation, user guide, owner’s manual, man page, online help, internet forum, software documentation or FAQ.
anaconda
install
- https://docs.anaconda.com/anaconda/install/
use
- https://docs.anaconda.com/anaconda/user-guide/
cuda
- https://docs.nvidia.com/cuda/
- https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html
- https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
最合适的python深度学习入门工具
- intel CPU + nvdia GPU
- anaconda + cuda
- pytorch
- jupyter lab
选择jupyter lab的原因
- 全部位于浏览器前端, 无额外配置门槛
- 新手很快能够学会给代码打断点的.