Available on Google Drive
python=3.7.12
pytorch=1.13.0=py3.7_cuda11.6_cudnn8_0
To install pytorch packages, the command below may help:
https://pytorch.org/get-started/previous-versions/
# CUDA 11.6
conda install pytorch==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 pytorch-cuda=11.6 -c pytorch -c nvidia