hufangjian

Results 10 comments of hufangjian

学习率调小一点。

我直接下载的TNN-master 跟TNN-0.3.0都是不行的。相同的错误。加了opencv编译的后面就报错了。 ![image](https://user-images.githubusercontent.com/30458099/119087491-cec74480-ba39-11eb-8778-5a5a077b4d12.png)

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. ![image](https://user-images.githubusercontent.com/30458099/106988163-058a8f00-67aa-11eb-83c7-d7432b7fb2a7.png)

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...