You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to caffe...@googlegroups.com
What's the caffe.proto file used for? If I want to add a new layer type, how should I change this file?
Dinesh
unread,
Mar 11, 2015, 9:05:33 AM3/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to caffe...@googlegroups.com
The enum in caffe.proto that required you to list your layer name has been removed from the latest revisions of Caffe. Now, caffe.proto only ever has to be edited if you need to define new parameters for your layer. See https://github.com/BVLC/caffe/wiki/Development