From 21642c3a4d09d01ac401b85b22966dca15152eb1 Mon Sep 17 00:00:00 2001 From: Pingqi Li <58093835+PingqiLi@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:16:32 +0800 Subject: [PATCH] fix the config of squeezenet_1.0 with amp_level O0 (#775) --- examples/seg/deeplabv3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/seg/deeplabv3/README.md b/examples/seg/deeplabv3/README.md index 1bb63ff67..9d4b4309c 100644 --- a/examples/seg/deeplabv3/README.md +++ b/examples/seg/deeplabv3/README.md @@ -131,6 +131,7 @@ python examples/seg/deeplabv3/train.py --config [the path to the config file] # for deeplabv3+ mpirun -n 8 python examples/seg/deeplabv3/train.py --config examples/seg/deeplabv3/config/deeplabv3plus_s8_dilated_resnet101.yaml ``` +> If use Ascend 910 devices, need to open SATURATION_MODE via `export MS_ASCEND_CHECK_OVERFLOW_MODE="SATURATION_MODE"`. ### Test