Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 687 Bytes

File metadata and controls

18 lines (14 loc) · 687 Bytes

DeepST-PyTorch

About

This repository is a PyTorch (tested on version 1.1) implementation of Spatio-Temporal ResNet

You can find more information like paper and code in the original keras implementation

Data

The data can be found in this page

Put the data in the data/ folder

Usage

  1. Optional: create a clean environment (etc. conda create) using Python3.6 for testing
  2. install the requirement
    pip install -r requirement.txt
  3. Run main_train.py