Zhimeng Fan
Zhimeng Fan
Hi, senlinuc, I want to use only your DenseBlock_layer, since I want to integrate it into caffe SSD branch. I know I should add include/caffe/layers/DenseBlock_layer.hpp, src/caffe/layers/DenseBlock_layer.cpp, src/caffe/layers/DenseBock_layers.cu, /src/caffe/test/test_DenseBlock_layer.cpp into the...
Hi, Tongcheng, after reading the prototxts provided here, it seems there is no parameters that control the TRAIN or TEST phase of this layer. Since DenseBlock_layer contains batch norm and...
Hi, Tongcheng. Can you figure out how to integrate the DenseBlock_layer into weiliu89's caffe SSD branch? As my understanding, you provide the 4 important files: DenseBlock_Layer.hpp, DenseBlock_Layer.cpp, DenseBlock_Layer.cu, test_DenseBlock_Layer.cpp to...