Tensorflow:Caffe 中 Tensorflow 的致密层相当于什么?
Tensorflow: What is the equivalent of dense layer from Tensorflow in Caffe?
在tensorflow中为了添加一个密集层我有:
model.add(密集(1024,激活='selu'))
如何将 Keras 中的这个 Dense Layer 传递给 Caffe?
在tensorflow中为了添加一个密集层我有:
model.add(密集(1024,激活='selu'))
如何将 Keras 中的这个 Dense Layer 传递给 Caffe?