Skip to content
/ tnt Public

A lightweight library for PyTorch training tools and utilities

License

Notifications You must be signed in to change notification settings

pytorch/tnt

Folders and files

NameName
Last commit message
Last commit date
May 1, 2024
Nov 8, 2024
Oct 11, 2024
Apr 11, 2025
Apr 11, 2025
Aug 24, 2023
Mar 7, 2024
Aug 30, 2022
Mar 11, 2024
Jul 27, 2022
Jul 28, 2022
Aug 30, 2022
Jan 26, 2024
Jan 3, 2023
Aug 27, 2024
Aug 30, 2022
Aug 16, 2024
Oct 20, 2022
Jul 27, 2022

Repository files navigation

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