pytorch / tnt

A lightweight library for PyTorch training tools and utilities

Home Page:https://pytorch.org/tnt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNT

TNT is a library for PyTorch training tools and utilities.

build status pypi version pypi version pypi nightly version codecov bsd license documentation status

Installation

TNT can be installed with pip:

pip install torchtnt

Or, alternatively, via conda:

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:

pip install git+https://github.com/pytorch/tnt.git@master

To update to the latest version from master:

pip install --upgrade git+https://github.com/pytorch/tnt.git@master

About

A lightweight library for PyTorch training tools and utilities

https://pytorch.org/tnt/

License:Other


Languages

Language:Python 100.0%