doc-exports/docs/modelarts/umn/modelarts_21_0086.html
Beibei edf86a8ae7
ModelArts GA UMN 06052022 from R&D (#5)
ModelArts GA UMN 06052022 from R&D

R&D provided a new version of the ModelArts User Manual in May 2022.
Depends-On: #11

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
2022-05-23 08:19:57 +00:00

865 B

How Do I Import the .h5 Model of Keras to ModelArts?

ModelArts does not support the import of models in .h5 format. You can convert the models in .h5 format of Keras to the TensorFlow format and then import the models to ModelArts.

For details about how to convert the Keras format to the TensorFlow format, see the Keras official website.