Browse Source

!15037 fix air note of r1.2

From: @caozhou_huawei
Reviewed-by: @zh_qh,@stsuteng
Signed-off-by: @zh_qh
tags/v1.2.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
86ac1f2688
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/train/serialization.py

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

@@ -577,7 +577,6 @@ def export(net, *inputs, file_name, file_format='AIR', **kwargs):

Notes:
When exporting to AIR format, the size of a single tensor can not exceed 2GB.
Otherwise, a small wrong air file will be exported.

Args:
net (Cell): MindSpore network.


Loading…
Cancel
Save