hufangjian
hufangjian
学习率调小一点。
没有,是我这边的代码偶发性的。
我直接下载的TNN-master 跟TNN-0.3.0都是不行的。相同的错误。加了opencv编译的后面就报错了。 
git clone 下载编译的是没问题的
my comond: onnx-tf convert -i Zero_DCE_640_dele.sim.onnx -o test --device CPU but the tensorflow lite mode is NCHW not NHWC. 
I try: onnx-tf convert -i Zero_DCE_640_dele.sim.onnx -o test --device CUDA It did no worked. have you ever test some model?
this is my onnx file which convert from pytorch. the input shape is (1x3x360x640 ) NCHW。 [model.zip](https://github.com/onnx/onnx-tensorflow/files/5947909/model.zip) 1. run “onnx-tf convert -i Zero_DCE_640_dele.sim.onnx -o test --device CUDA“ to tensorflow save_model...
相同的错误。