Skip to content

Commit

Permalink
Update the requirements for PyTorch.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxie committed Jul 29, 2019
1 parent d7b4c70 commit 3d9eb12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ You could download the pretrained model (21.5MB) of STFANet from [[Here]](https:

- Linux (tested on Ubuntu 14.04/16.04)
- Python 2.7+
- Pytorch 0.4.1
- Pytorch 0.4.1.post2
- easydict
- tensorboardX

Expand Down
18 changes: 0 additions & 18 deletions models/FAC/README.md~

This file was deleted.

5 changes: 3 additions & 2 deletions requirements.txt
Expand Up @@ -4,7 +4,8 @@ json
numpy
matplotlib
scipy
torch==0.4.1.post2
torchvision
opencv-python
pprint
torchvision
tensorboardX
tensorboardX

0 comments on commit 3d9eb12

Please sign in to comment.