Created by: yeisonvargasf
What is this Python project?
PyTorch is a deep learning framework that puts Python first with two level features:
-
Tensor computation (like numpy) with strong GPU acceleration.
-
Deep Neural Networks built on a tape-based autograd system.
What's the difference between this Python project and similar ones?
-
It uses dynamic graph creation, which enables more flexibility in computation.
-
Extensions without pain: you can reuse your favorite python packages such as numpy, scipy and Cython to extend PyTorch when needed.
-
Fast and Lean.
--
Anyone who agrees with this pull request could vote for it by adding a