DenseNet-Caffe icon indicating copy to clipboard operation
DenseNet-Caffe copied to clipboard

DenseNet Caffe Models, converted from https://github.com/liuzhuang13/DenseNet

Results 17 DenseNet-Caffe issues
Sort by recently updated
recently updated
newest added

First of all, thanks for sharing these models. I am not quite understand what this scale ratio means. Do I have to implement this on the input data or what?...

Loading `.caffemodel` and `deploy.ptototxt` in caffe for `TEST` phase returns the following error: ``` [libprotobuf ERROR google/protobuf/text_format.cc:288] Error parsing text-format caffe.NetParameter: 54:14: Message type "caffe.PoolingParameter" has no field named "ceil_mode"....

The param ceil_mode was proposed in https://github.com/BVLC/caffe/pull/3057 , but never merged. Its replacement, https://github.com/BVLC/caffe/pull/6282 , fulfills the same need with some syntactic variance. The param is now called "round_mode" and...

Hi, shicai, these caffemodel which include in Baidu Disk can not download,can you share the Baidu Disk link again?thank you!

WARNING: Logging before InitGoogleLogging() is written to STDERR W0805 10:26:38.720525 3101 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface W0805 10:26:38.720546 3101 _caffe.cpp:140] Use this instead (with the named...

您好,在densenet训练阶段,train.prototxt中是否要设置BN层在TRAIN和TEST两种phase下的参数use_global_stats的状态,例如这样: layer { bottom: "conv6" top: "conv6" name: "bn_conv6" type: "BatchNorm" batch_norm_param { use_global_stats: false } include { phase: TRAIN } } layer { bottom: "conv6" top: "conv6" name: "bn_conv6"...

Dear Shicai, I'm trying to fine-tune my dataset using your model. I've already read all the issues and make some modification to .prototxt , but it gives me the following...

Thanks for sharing! I want to fine-tuning the model. Is there train-val.prototxt and solver.prototxt survive? Thank you.

Hi , Where Can I find the train_val.prototxt so that I can know the transformer params (preprocessing part) Thanks

Do you have Network definition in Python? Thanks!