Browse Source

!2731 remove export lite model api

Merge pull request !2731 from yangjie159/r0.5
tags/v0.5.0-beta
mindspore-ci-bot Gitee 6 years ago
parent
commit
0201001a41
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/train/serialization.py

+ 0
- 1
mindspore/train/serialization.py View File

@@ -420,7 +420,6 @@ def export(net, *inputs, file_name, file_format='GEIR'):
- GEIR: Graph Engine Intermidiate Representation. An intermidiate representation format of
Ascend model.
- ONNX: Open Neural Network eXchange. An open format built to represent machine learning models.
- LITE: Huawei model format for mobile. A lite model only for the MindSpore Lite
- BINARY: Binary format for model. An intermidiate representation format for models.
"""
logger.info("exporting model file:%s format:%s.", file_name, file_format)


Loading…
Cancel
Save