Skip to content

Commit

Permalink
add link to checkpoint fiel
Browse files Browse the repository at this point in the history
  • Loading branch information
kvmanohar22 committed Feb 12, 2018
1 parent ebc0adf commit 3a1bc15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -185,6 +185,8 @@ $ sudo pip install -r requirements.txt
<a name='test'></a>
- Testing the network

- Download the checkpoint file from [here](https://drive.google.com/drive/folders/1rXgCU-HS7AnlTiNzKRl-eUL2qsWhrGs8?usp=sharing) and place the checkpoint files in the `ckpt` directory

To test the model from the given trained models,
```bash
$ ./test.sh <dataset_name> <test_image_path> <checkpoint_path>
Expand Down
2 changes: 1 addition & 1 deletion ckpt/README.md
@@ -1,3 +1,3 @@
Due to the large checkpoint file size, it could not be uploaded to github

Look back here for the link of the checkpoint file.
You can find the checkpoint file [here](https://drive.google.com/drive/folders/1rXgCU-HS7AnlTiNzKRl-eUL2qsWhrGs8?usp=sharing)

0 comments on commit 3a1bc15

Please sign in to comment.