Neo compilation load error

0

Hi,

I tried to follow the documentation to run a Neo compilation job on AWS console. I downloaded the model from http://download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224.tgz and uploaded it to S3. I did everything else the same as the documentation https://docs.aws.amazon.com/sagemaker/latest/dg/neo-job-compilation-console.html. But I got this error:
"Load Error: InputConfiguration: Exactly one .pb file is allowed for Tensorflow models."
I checked the tar.gz file that there is only one .pn file. What caused the error?
Thank you very much!

ac4289
gefragt vor 5 Jahren221 Aufrufe
2 Antworten
0

Well. My bad. "Exactly one pb file" means there can be only one file in the gz compressed file and that single file must have the format pb. I hope the example can make it more clear in the future.

ac4289
beantwortet vor 5 Jahren
0

Thanks ac4289 ,

I was facing the same error and then removing unnecessary files from tar file helped me solve my issue.

beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen