Hello everyone,
I tried to upload a .onnx model to a new project. It fails with the following output:
Creating job… OK (ID: 9052936)
Scheduling job in cluster…
Container image pulled!
Job started
Converting ONNX model…
Scheduling job in cluster…
Container image pulled!
Job started
INFO: No representative features passed in, won’t quantize this modelTrying conversion using onnx2tf…
Grabbing input information…
Grabbing input information OK
Conversion using onnx2tf OKCopying files…
cp: cannot stat ‘onnx2tf-out/float32.tflite’: No such file or directory
rm: cannot remove 'onnx2tf-out/.tflite’: No such file or directory
/app/convert-onnx.sh: line 94: cd: onnx2tf-out: No such file or directory
Copying files OK
Converting ONNX model OKReading model info…
ENOENT: no such file or directory, open ‘/home/node/studio/user/227250/pretrained-model/model.tflite’
Job failed (see above)
To me it looks like the model is converted successfully, but some files are not where they are supposd to be.
Any ideas what is happening?