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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T05:35:02.000Z (about 1 month ago)
- Last Synced: 2024-09-30T15:23:13.768Z (about 1 month ago)
- Topics: deep-learning, machine-learning, neural-network, python, pytorch, reinforcement-learning
- Language: Python
- Homepage: https://pytorch.org/tnt/
- Size: 7.93 MB
- Stars: 1,658
- Watchers: 44
- Forks: 266
- Open Issues: 79
-
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
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
```