Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinelala authored Oct 10, 2018
1 parent 5e49bb7 commit 42a60d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $cd GFN
>> folder = 'your_downloads_directory/GOPRO_Large'; # You should replace the your_downloads_directory by your GOPRO_Large's directory.
>> gopro_val_generator(folder)
```
4. Download the trained model ``GFN_epoch_55.pkl`` from [http://xinyizhang.tech/files/](http://xinyizhang.tech/files/), then unzip and move the ``GFN_epoch_55.pkl`` to ``GFN/models`` folder.
4. Download the trained model ``GFN_epoch_55.pkl`` from [here](http://xinyizhang.tech/files/GFN_epoch_55.pkl.zip), then unzip and move the ``GFN_epoch_55.pkl`` to ``GFN/models`` folder.

5. Run the ``GFN/test_GFN_x4.py`` with cuda on command line:
```bash
Expand Down

0 comments on commit 42a60d3

Please sign in to comment.