Update net_spec.py
authorRussell Stewart <Russell.S.Stewart@gmail.com>
Mon, 10 Aug 2015 20:50:01 +0000 (13:50 -0700)
committerRussell Stewart <Russell.S.Stewart@gmail.com>
Mon, 10 Aug 2015 20:50:01 +0000 (13:50 -0700)
python/caffe/net_spec.py

index 31cde7a..77a0e00 100644 (file)
@@ -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