Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pytorch/contrib
Implementations of ideas from recent papers
https://github.com/pytorch/contrib
Last synced: 3 months 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: 2024-09-23T05:03:17.897Z (3 months ago)
- Language: Python
- Size: 94.7 KB
- Stars: 391
- Watchers: 322
- 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