Pytorch中的DNN训练流程介绍! |
文章目录
一. What is PyTorch?
- An open source machine learning framework.
- A Python package that provides two high-level features:
- 1. Tensor computation (like NumPy) with strong GPU acceleration
- 2. Deep neural networks built on a tape-based autograd system
- Pytorch官网教学:https://pytorch.org