tnt
1.0.0
TNT 는 Pytorch t rai n ing t ools 및 유틸리티를위한 도서관입니다.
TNT는 PIP로 설치할 수 있습니다.
pip install torchtnt
또는 대안으로 콘다를 통해 :
conda install -c conda-forge torchtnt
문제가 발생하면 먼저 Pytorch가 설치되어 있는지 확인하십시오.
마스터에서 최신 버전을 설치할 수도 있습니다. 그냥 실행 :
pip install git+https://github.com/pytorch/tnt.git@master
마스터의 최신 버전으로 업데이트하려면 :
pip install --upgrade git+https://github.com/pytorch/tnt.git@master