版本:mindspore 1.8.1
代码:
ms.export(model.model,(input[0],input[1],input[2]), file_name='MFL', file_format='MINDIR')
报错内容:
[WARNING] ME(66497:139979032467264,MainProcess):2022-10-14-17:57:19.918.641 [mindspore/run_check/_check_version.py:141] MindSpore version 1.8.1 and cuda version 11.6.55 does not match, please refer to the installation guide for version matching information: https://www.mindspore.cn/install
/raid/anaconda3/envs/cuda-11.3/lib/python3.8/site-packages/torchmetrics/utilities/prints.py:36: UserWarning: Torchmetrics v0.9 introduced a new argument class property called `full_state_update` that has
not been set for this class (IntersectionOverUnion). The property determines if `update` by
default needs access to the full metric state. If this is not the case, significant speedups can be
achieved