mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-09 15:33:07 -05:00
[PR #826] [MERGED] Adding Pytorch: deep learning framework that puts Python first. #738
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/826
Author: @yeisonvargasf
Created: 1/30/2017
Status: ✅ Merged
Merged: 1/31/2017
Merged by: @vinta
Base:
master← Head:master📝 Commits (2)
f1b4624Adding Pytorch: deep learning framework that puts Python first.95a64f8Fixing wrong order in Deep Learning section (My fault).📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.