What is “Parameter” layer in caffe?
问题 Recently I came across "Parameter" layer in caffe. It seems like this layer exposes its internal parameter blob to "top". What is this layer using for? Can you give a usage example? 回答1: This layer was introduced in the pull request #2079, with the following description: This layer simply holds a parameter blob of user-defined shape, and shares it as its single top. which is exactly what you expected. This was introduced in context of the issue #1474, which basically proposes to treat