Skip to content

Commit

Permalink
support python3
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Jan 24, 2018
1 parent e7e1d01 commit 8f914e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository holds the codebase, dataset and models for the paper
[[Arxiv Preprint]](https://arxiv.org/abs/1801.07455)

## Prerequisites
Our codebase is based on **Python 2.7**. There are a few dependencies to run the code. The major python libraries we used are
Our codebase is based on **Python**. There are a few dependencies to run the code. The major python libraries we used are
- [PyTorch](http://pytorch.org/)
- NumPy
- Other Python libraries can be installed by `pip install -r requirements.txt`
Expand Down
2 changes: 1 addition & 1 deletion st_gcn/net/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .st_gcn import Model as ST_GCN
from .tcn import Model as TCN
from .st_gcn import Model as ST_GCN

0 comments on commit 8f914e0

Please sign in to comment.