[PR #826] [MERGED] Adding Pytorch: deep learning framework that puts Python first. #738

Closed
opened 2025-11-06 13:01:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • f1b4624 Adding Pytorch: deep learning framework that puts Python first.
  • 95a64f8 Fixing 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?

  1. It uses dynamic graph creation, which enables more flexibility in computation.

  2. Extensions without pain: you can reuse your favorite python packages such as numpy, scipy and Cython to extend PyTorch when needed.

  3. 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/826 **Author:** [@yeisonvargasf](https://github.com/yeisonvargasf) **Created:** 1/30/2017 **Status:** ✅ Merged **Merged:** 1/31/2017 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`f1b4624`](https://github.com/vinta/awesome-python/commit/f1b462421c291249b11afb8d0be5d94cd93b602b) Adding Pytorch: deep learning framework that puts Python first. - [`95a64f8`](https://github.com/vinta/awesome-python/commit/95a64f856ca18c082c039b9affa062556b159971) Fixing wrong order in Deep Learning section (My fault). ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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? 1. It uses dynamic graph creation, which enables more flexibility in computation. 2. Extensions without pain: you can reuse your favorite python packages such as numpy, scipy and Cython to extend PyTorch when needed. 3. Fast and Lean. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:01:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#738