From 191040f91c5cc61f7fe397f5c102c1ea67204ce6 Mon Sep 17 00:00:00 2001 From: littletomatodonkey <2120160898@bit.edu.cn> Date: Fri, 27 Nov 2020 11:03:32 +0800 Subject: [PATCH] Update InceptionV3_fp16.yaml --- configs/Inception/InceptionV3_fp16.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Inception/InceptionV3_fp16.yaml b/configs/Inception/InceptionV3_fp16.yaml index ff343c78..1bbc7e79 100644 --- a/configs/Inception/InceptionV3_fp16.yaml +++ b/configs/Inception/InceptionV3_fp16.yaml @@ -20,7 +20,7 @@ image_shape: [3, 299, 299] use_mix: True ls_epsilon: 0.1 -use_fp16: True # cannot open with dali +use_fp16: True amp_scale_loss: 128 use_dynamic_loss_scaling: True fuse_elewise_add_act_ops: True -- GitLab