Merge_bn_Caffe
Merge_bn_Caffe copied to clipboard
Merge Batch Norm caffe
@NHZlX 您好,想请教以下这是什么原因引起的bug?谢谢!
The formulation of merging scale and bn is wrong .You should also consider reading the eps of bn layer parameter instead of setting it to constant
May be the reason is that the code doesn't support 'Concat' layer?
File "convert_2_nonbnn.py", line 121, in get_netparameter pb.Parse(f.read(), net) AttributeError: 'module' object has no attribute 'Parse' protobuf2.5.0 is there other function like Parse?