From 9d09523e43342dd5bc561addd95d23b42d343f7c Mon Sep 17 00:00:00 2001 From: caozhou Date: Tue, 13 Apr 2021 09:11:33 +0800 Subject: [PATCH] fix air note of master --- mindspore/train/serialization.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mindspore/train/serialization.py b/mindspore/train/serialization.py index 45936ca51c..f14be05aaf 100644 --- a/mindspore/train/serialization.py +++ b/mindspore/train/serialization.py @@ -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.