Browse Source

fix air note of master

pull/15036/head
caozhou 4 years ago
parent
commit
9d09523e43
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/train/serialization.py

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

@@ -579,7 +579,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