https://github.com/pytorch/contrib
Implementations of ideas from recent papers
https://github.com/pytorch/contrib
Last synced: 4 days ago
JSON representation
Implementations of ideas from recent papers
- Host: GitHub
- URL: https://github.com/pytorch/contrib
- Owner: pytorch
- Archived: true
- Created: 2018-07-11T14:38:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T12:26:43.000Z (almost 5 years ago)
- Last Synced: 2025-09-16T00:38:50.830Z (18 days ago)
- Language: Python
- Size: 94.7 KB
- Stars: 392
- Watchers: 359
- Forks: 44
- Open Issues: 26
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- Awesome-pytorch-list-CNVersion - Pytorch-contrib
- Awesome-pytorch-list - Pytorch-contrib
README
torch-contrib
=============This repository contains reviewed implementations of ideas from recent machine learning papers.
Installation
============pip:
.. code:: bash
pip install torchcontrib
From source:
.. code:: bash
python setup.py install