Skip to content

Commit

Permalink
Merge pull request BVLC#2782 from matthiasplappert/adadelta
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrevino committed Aug 11, 2015
1 parent ab3842a commit 8c83b88
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 259 deletions.
2 changes: 1 addition & 1 deletion distribute/python/caffe/net_spec.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 8c83b88

Please sign in to comment.