diff options
author | Akash A <akash1810@users.noreply.github.com> | 2015-10-13 17:53:35 +0100 |
---|---|---|
committer | Akash A <akash1810@users.noreply.github.com> | 2015-10-13 17:53:35 +0100 |
commit | a8839dbcb3b16f8f5d3f8d17209a3c8c0142a51b (patch) | |
tree | da37f1064351e3585ca7efef8cb006981f238e60 /examples | |
parent | 7bd41db7fb6e539e5e60f6cd7f0b8f02c12d591b (diff) | |
download | caffeonacl-a8839dbcb3b16f8f5d3f8d17209a3c8c0142a51b.tar.gz caffeonacl-a8839dbcb3b16f8f5d3f8d17209a3c8c0142a51b.tar.bz2 caffeonacl-a8839dbcb3b16f8f5d3f8d17209a3c8c0142a51b.zip |
Add pyyaml as a requirement
In getting the [web demo](http://caffe.berkeleyvision.org/gathered/examples/web_demo.html) started I get an `ImportError: No module named yaml` error when running `./scripts/download_model_binary.py models/bvlc_reference_caffenet`.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/web_demo/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/web_demo/requirements.txt b/examples/web_demo/requirements.txt index 8fb1d2cc..43e1b98c 100644 --- a/examples/web_demo/requirements.txt +++ b/examples/web_demo/requirements.txt @@ -4,3 +4,4 @@ tornado numpy pandas pillow +pyyaml |