Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pytorch/tnt
A lightweight library for PyTorch training tools and utilities
https://github.com/pytorch/tnt
deep-learning machine-learning neural-network python pytorch reinforcement-learning
Last synced: 4 days ago
JSON representation
A lightweight library for PyTorch training tools and utilities
- Host: GitHub
- URL: https://github.com/pytorch/tnt
- Owner: pytorch
- License: other
- Created: 2016-12-10T11:49:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T19:45:21.000Z (19 days ago)
- Last Synced: 2024-12-24T09:53:49.882Z (18 days ago)
- Topics: deep-learning, machine-learning, neural-network, python, pytorch, reinforcement-learning
- Language: Python
- Homepage: https://pytorch.org/tnt/
- Size: 8 MB
- Stars: 1,670
- Watchers: 43
- Forks: 278
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - TNT - A library for PyTorch training tools and utilities (Deep Learning Framework / High-Level DL APIs)
- awesome-datascience - PyTorchNet
- awesome-python-machine-learning-resources - GitHub
- StarryDivineSky - pytorch/tnt
README
TNT
==========**TNT** is a library for PyTorch **t**rai**n**ing **t**ools and utilities.
## Installation
TNT can be installed with pip:
```buildoutcfg
pip install torchtnt
```
Or, alternatively, via conda:```buildoutcfg
conda install -c conda-forge torchtnt
```If you run into issues, make sure that Pytorch is installed first.
You can also install the latest version from master. Just run:
```buildoutcfg
pip install git+https://github.com/pytorch/tnt.git@master
```To update to the latest version from master:
```buildoutcfg
pip install --upgrade git+https://github.com/pytorch/tnt.git@master
```