keras2caffe
keras2caffe copied to clipboard
Error while converting
out_w = math.ceil(w / float(strides[1])) TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
Excuse me, if my input is not fixed size input_shape[None None None 3], where should the code be modified?
Hi! Only models with specified input_shape could be converted to Caffe. You can set input size in Keras model.
ok!thanks
I guess you use this tool to convert licenseplate detection model,, have you succeeded?
I met the same problem