PyTorch:最流行的开源深度学习框架
https://github.com/pytorch/pytorch
https://pytorch.org/
PyTorch is a Python package that provides two high-level features:
- Tensor computation (like NumPy) with strong GPU acceleration
- Deep neural networks built on a tape-based autograd system