File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- #ifndef CAFFE_MISH_LAYER_HPP_
1+ #ifndef CAFFE_MISH_LAYER_HPP_
22#define CAFFE_MISH_LAYER_HPP_
33
44#include < vector>
Original file line number Diff line number Diff line change 1-
21#include < cmath>
32#include < vector>
43
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ message ParamSpec {
460460// NOTE
461461// Update the next available ID when you add a new LayerParameter field.
462462//
463- // LayerParameter next available layer-specific ID: 271 (last added: mish_param )
463+ // LayerParameter next available layer-specific ID: 270 (last added: MaskRCNNProposal )
464464message LayerParameter {
465465 optional string name = 1 ; // the layer name
466466 optional string type = 2 ; // the layer type
@@ -614,7 +614,7 @@ message LayerParameter {
614614 optional YoloV2LossParameter yolo_v2_loss_param = 198 ;
615615 optional YoloV3LossParameter yolo_v3_loss_param = 199 ;
616616 optional UpsampleDarknetParameter upsample_darknet_param = 209 ; // Darknet layer used in yolov3
617- optional MishParameter mish_param = 270 ; // yolov4
617+
618618
619619 //TensorFlow related
620620 optional DepthToSpaceParameter depth_to_space_param = 208 ;
@@ -3317,7 +3317,4 @@ message MaskRCNNProposalParameter {
33173317 optional uint32 width = 8 [default = 1024 ];
33183318}
33193319
3320- message MishParameter {
3321- optional float MISH_THRESHOLD = 1 ;
3322- }
33233320
You can’t perform that action at this time.
0 commit comments