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
asked 5 years ago216 views
2 Answers
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
answered 5 years ago
0

Thanks ac4289 ,

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

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions