tnt
1.0.0
TNTは、Pytorch T rai ning t ools andユーティリティのライブラリです。
TNTはPIPでインストールできます:
pip install torchtnt
または、あるいは、コンドラを介して:
conda install -c conda-forge torchtnt
問題が発生した場合は、Pytorchが最初にインストールされていることを確認してください。
Masterから最新バージョンをインストールすることもできます。ただ実行:
pip install git+https://github.com/pytorch/tnt.git@master
Masterから最新バージョンに更新するには:
pip install --upgrade git+https://github.com/pytorch/tnt.git@master