Upload saved_model.zip

When I upload a model in format saved_model.zip, I have an error with this message:

Creating job… OK (ID: 19363192)

Scheduling job in cluster…
Container image pulled!
Job started
Converting SavedModel…
Scheduling job in cluster…
Container image pulled!
Job started
INFO: No representative features passed in, won’t quantize this model

Extracting saved model…
Extracting saved model OK

Converting to TensorFlow Lite…
/app/convert-savedmodel.sh: line 69: 13 Aborted (core dumped) python3 saved-model-to-float32.py --saved-model /tmp/saved_model --out-directory $OUT_DIRECTORY
Application exited with code 134

Converting SavedModel failed, see above
Job failed (see above)
Someone can help me, pls?

Hi @n0t1cs

You will need to follow our saved_model guidelines, a step must have been missed or misconfigured:

If you already followed this please share detail of each of the steps you took and we can try to help identify the problem.

Best

Eoin