wonderzy

Results 3 issues of wonderzy

convert from caffe model to tensorflow model tensorflow version 2.1.0 onnx version 1.7.0 Successfully convert from caffe to coreml to onnx using [caffe2onnx](https://github.com/onnx/onnx-docker/blob/master/onnx-ecosystem/converter_scripts/caffe_coreml_onnx.ipynb) When using [onnx2tensorflow](https://github.com/onnx/tutorials/blob/master/tutorials/OnnxTensorflowImport.ipynb), i got the error:...

question

In your paper, you say '.In our architecture, inputs and feature maps are in the dynamic fixed-point format'. Do you use this in your ImageNet result or just use weights...

I transformed my model from caffe to tensorflow use the pytool but my fc layer has no-bias.Although I get the .py and .npy successfully, but the deploy result is wrong....