https://github.com/pytorch/contrib
Implementations of ideas from recent papers
https://github.com/pytorch/contrib
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T12:26:43.000Z (about 4 years ago)
- Last Synced: 2025-01-04T06:35:10.557Z (about 2 months ago)
- Language: Python
- Size: 94.7 KB
- Stars: 391
- Watchers: 337
- Forks: 42
- 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