diff options
author | Sergey Karayev <sergeykarayev@gmail.com> | 2014-09-18 16:11:07 -0700 |
---|---|---|
committer | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-09-18 16:27:44 -0700 |
commit | 08d7f8c6398cd9103cceb128aff8e3e7e3fd94cb (patch) | |
tree | 7d116239cd2cb678d165a849398dc91a06922350 /docs/model_zoo.md | |
parent | 8008533ec92226f02b805452c1c7490b6f082e61 (diff) | |
download | caffeonacl-08d7f8c6398cd9103cceb128aff8e3e7e3fd94cb.tar.gz caffeonacl-08d7f8c6398cd9103cceb128aff8e3e7e3fd94cb.tar.bz2 caffeonacl-08d7f8c6398cd9103cceb128aff8e3e7e3fd94cb.zip |
[model zoo] download gist script
Diffstat (limited to 'docs/model_zoo.md')
-rw-r--r-- | docs/model_zoo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model_zoo.md b/docs/model_zoo.md index 5603c62c..330850cb 100644 --- a/docs/model_zoo.md +++ b/docs/model_zoo.md @@ -43,7 +43,7 @@ Github Gist is a good format for model info distribution because it can contain Try doing `scripts/upload_model_to_gist.sh models/bvlc_alexnet` to test the uploading (don't forget to delete the uploaded gist afterward). -Downloading models is not yet supported as a script (there is no good commandline tool for this right now), so simply go to the Gist URL and click "Download Gist" for now. +Downloading model info is done just as easily with `scripts/download_model_from_gist.sh <gist_id> <dirname>`. ### Hosting trained models |