Open letruongthanh3698 opened 3 years ago
I don't think the model has to be initially trained in Tensorflow. @chudegao maybe you can take a look. Thanks.
The onnx model can be exported from other frameworks. I tried using onnx model from both pytorch and tensorflow. Just make sure the model's input and feed_dict is consist. From the error message, I guess the onnx model's input shape should be [1,1,1,1] and you are trying to feed data with shape[32,28,28,1].
Hi everyone,
I am now testing the example/train_onnx_model.py on Google Colab with the onnx model generated from MATLAB Deep Learning Tool Box and it shows the error: `==> Train the model..
ValueError Traceback (most recent call last)