diff options
author | Russell Stewart <Russell.S.Stewart@gmail.com> | 2015-08-10 13:50:01 -0700 |
---|---|---|
committer | Russell Stewart <Russell.S.Stewart@gmail.com> | 2015-08-10 13:50:01 -0700 |
commit | dde32b4ee631a647776e33ea92096558a2b37cbd (patch) | |
tree | 726bcd6e825fad6ea713b79c664cafa3e1f509eb /python | |
parent | 7bd2959b80fbf945d28b1c1041410ba1d8b59e3d (diff) | |
download | caffeonacl-dde32b4ee631a647776e33ea92096558a2b37cbd.tar.gz caffeonacl-dde32b4ee631a647776e33ea92096558a2b37cbd.tar.bz2 caffeonacl-dde32b4ee631a647776e33ea92096558a2b37cbd.zip |
Update net_spec.py
Diffstat (limited to 'python')
-rw-r--r-- | python/caffe/net_spec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/caffe/net_spec.py b/python/caffe/net_spec.py index 31cde7ad..77a0e007 100644 --- a/python/caffe/net_spec.py +++ b/python/caffe/net_spec.py @@ -1,7 +1,7 @@ """Python net specification. This module provides a way to write nets directly in Python, using a natural, -functional style. See examples/python_nets/caffenet.py for an example. +functional style. See examples/pycaffe/caffenet.py for an example. Currently this works as a thin wrapper around the Python protobuf interface, with layers and parameters automatically generated for the "layers" and |