From 052e47c1b4cf7805550cd0bfa9f314bde2478936 Mon Sep 17 00:00:00 2001 From: yanhuiling Date: Thu, 13 Jan 2022 09:45:31 +0000 Subject: [PATCH] =?UTF-8?q?Updated=20this=20file=20=E6=A0=B9=E6=8D=AEmaste?= =?UTF-8?q?r=E4=BF=AE=E8=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/RELEASENOTE/RELEASENOTE.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/en/RELEASENOTE/RELEASENOTE.md b/docs/en/RELEASENOTE/RELEASENOTE.md index 372600c7586..c0b201181e3 100644 --- a/docs/en/RELEASENOTE/RELEASENOTE.md +++ b/docs/en/RELEASENOTE/RELEASENOTE.md @@ -32,7 +32,7 @@ This framework is modified based on the open-source PyTorch 1.5.0 developed by Facebook, inherits native PyTorch features, and uses NPUs for dynamic image training. Models are adapted by operator granularity, code can be reused, and current networks can be ported and used on NPUs with only device types or data types modified. -PyTorch 1.8.1 is supported by this version and later, and this version inherits the features of PyTorch 1.5.0 and provides the same functions, except for the profiling tool. In addition, it optimizes the backend operator adaptation. Currently, PyTorch 1.8.1 supports only the ResNet-50 network model. +PyTorch 1.8.1 is supported by this version and later, and this version inherits the features of PyTorch 1.5.0 and provides the same functions, except for the Profiling tool. In addition, it optimizes the backend operator adaptation. Currently, PyTorch 1.8.1 supports only the ResNet-50 network model.

New Features

@@ -61,7 +61,7 @@ PyTorch 1.8.1 is supported by this version and later, and this version inherits

Operator overflow/underflow detection tool

-

Supported IR-level operator overflow/underflow detection in the PyTorch framework. When AI Core operator overflow/underflow occurs, the IR information is displayed.

+

Supported IR-level operator overflow/underflow detection in the PyTorch framework. When an AI Core operator overflow/underflow occurs, the IR information is displayed.

OS compatibility

@@ -226,9 +226,9 @@ N/A -

Data type

+

Data type support

-

NPU does not support the input or output of the inf/nan data of the float16 type.

+

NPUs do not support the input or output of the inf/nan data of the float16 type.

Data format

@@ -283,7 +283,7 @@ This framework is modified based on the open-source PyTorch 1.5.0 primarily deve

New Features

-**Table 1** Features supported by PyTorch +**Table 1** Features supported by PyTorch - - @@ -333,19 +333,19 @@ This framework is modified based on the open-source PyTorch 1.5.0 primarily deve - - - - -

Level-1 Feature

@@ -296,12 +296,12 @@ This framework is modified based on the open-source PyTorch 1.5.0 primarily deve

Adapted training models

YOLOV4

+

YOLOv4

-

YOLOV3

+

YOLOv3

-

PyTorch features adapted to NPUs

Basic Framework Functions

+

Basic framework functions

Added the function of adapted operator development. For details, see the operator list.

Model Accuracy Analyzer

Added model accuracy analyzers and supported training accuracy demarcation.

+

Added the Model Accuracy Analyzer and supported training accuracy demarcation.

Ascend 710 AI Processor

Supported the online inference on the Ascend 710 AI Processor.

+

Supported the online inference on Ascend 710 AI Processors.

OS Compatibility

@@ -373,9 +373,9 @@ N/A

Data type

+

Data type support

The NPU does not support the input or output of the inf/nan data of the float16 type.

+

NPUs do not support the input or output of the inf/nan data of the float16 type.

Data format

-- Gitee