STM_net in PyTorch Prerequisites Linux or macOS Python 3 CPU or NVIDIA GPU + CUDA CuDNN Getting Started Installation Clone this repo: git clone https://github.com/ZeHeru/STM_net.git cd STM_net Install PyTorch and 0.4+ and other dependencies (e.g., torchvision, visdom and dominate). For pip users, please type the command pip install -r requirements.txt. For Conda users, you can create a new Conda environment using conda env create -f environment.yml.