Tensorflow:Caffe 中 Tensorflow 的致密层相当于什么?

Tensorflow: What is the equivalent of dense layer from Tensorflow in Caffe?

在tensorflow中为了添加一个密集层我有:

model.add(密集(1024,激活='selu'))

如何将 Keras 中的这个 Dense Layer 传递给 Caffe?

Dense层在caffe中叫做InnerProduct 示例代码看this 还要检查此 link 以帮助您处理其他类型的图层