From 8007200444e82b0ec6574f4ea7519c2386435146 Mon Sep 17 00:00:00 2001 From: jiangxing001 <1484736931@qq.com> Date: Tue, 30 May 2023 03:18:14 +0000 Subject: [PATCH] update TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md. Signed-off-by: jiangxing001 <1484736931@qq.com> --- .../ResNet50_ID0058_for_TensorFlow/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md index 07b2923d9..20421f555 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/README.md @@ -160,6 +160,13 @@ cd /path/to/ResNet50_ID0058_for_TensorFlow/test bash train_performance_bs32_8p.sh ``` +当前需开启混合精度模式训练方式: +8P training is also similar to the former: +``` +cd /path/to/ResNet50_ID0058_for_TensorFlow/test +train_performance_bs256_hw192_8p.sh --bind_core=1 --precision_mode="allow_mix_precision" +``` + ##### ascend_distribute Training -- Gitee