You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script shows how to install prerequisites for DeepRT.
# first, install pytorch via https://pytorch.org, the version used here is pytorch 0.3.0 with CUDA 9.1 and Python 3.6. PyTorch can be run on both Windows (win10) and Linux (Ubuntu, CentOS).
# install torchvision as well.
# install the following python packages using conda or pip:
# numpy
# scipy
# matplotlib
# pickle
# install TorchNet via https://github.com/torchnet/torchnet: