From 3b05201d20c7027084a487abfeba627bcb3ce492 Mon Sep 17 00:00:00 2001 From: caozhou Date: Tue, 13 Apr 2021 09:12:47 +0800 Subject: [PATCH] fix air note of r1.2 --- mindspore/train/serialization.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mindspore/train/serialization.py b/mindspore/train/serialization.py index e4eec594aab..ade65aef514 100644 --- a/mindspore/train/serialization.py +++ b/mindspore/train/serialization.py @@ -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.