Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Can I export a my model for internal usage ?

Hi,

I created my models with Auto ML (image classification or object detection).

Now, I would like to use these in my application, on local (disconnected).

Is it possible to extract a model file from Auto ML that I can use (.pb for instance) ?

After some researches, it seems to me that it is not possible but I would like to be sure.

Else, how?

Regards.

Solved Solved
1 3 3,075
1 ACCEPTED SOLUTION

I just didn't understand that I need to select the "edge" option to have the "export model" available.

Thank you for the useful documentation .

As a additionnal question : can I know the version of Tensorflow used for these export model? (I have some incompatibiliy to use these in my software).

View solution in original post

3 REPLIES 3

I have found this documentation that enumerates the steps on exporting an image classification model in Tensorflow SavedModel for use on Docker container.

After exporting your model to a Google Cloud Storage bucket you can use your exported model to make predictions in a Docker image. You may refer to this documentation on how to deploy to a container.

I just didn't understand that I need to select the "edge" option to have the "export model" available.

Thank you for the useful documentation .

As a additionnal question : can I know the version of Tensorflow used for these export model? (I have some incompatibiliy to use these in my software).

As this is more of a Tensorflow question, I suggest for you to ask in their forum.