Search code examples
google-cloud-platformgcloudgoogle-cloud-automl

Unablee toexport trained model from AutoML vision


I trained a model using google AutoML Vision and now I want to export it to use it locally, I tried this tutorial from Google official doc with no success.

Actually, in model list, when I click the three dots (more actions) there is no export option: enter image description here

Even in the test & use page there is no option to export the model: enter image description here

Thanks in advance,


Solution

  • First of all, the tutorial you are following is for AutoML tables and, although similar, is not exactly the same as for AutoML Vision.

    For AutoML Vision you can train two types of models, Cloud hosted and Edge-exportable. As the name may infer, only the second ones can be exported. Here you can see the documentation for exporting AutoML Vision Edge models.

    My assumption is you have trained a Cloud hosted model which is not exportable.

    There is currently a feature request opened to allow this behavior. You can find it here. If you would also be interested on it you can star it to keep updated about the progress.