summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRussell Stewart <Russell.S.Stewart@gmail.com>2015-08-10 13:50:01 -0700
committerRussell Stewart <Russell.S.Stewart@gmail.com>2015-08-10 13:50:01 -0700
commitdde32b4ee631a647776e33ea92096558a2b37cbd (patch)
tree726bcd6e825fad6ea713b79c664cafa3e1f509eb /python
parent7bd2959b80fbf945d28b1c1041410ba1d8b59e3d (diff)
downloadcaffeonacl-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.py2
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