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?