From 4624d3590e85ee58e82988695e518679e3b83dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E8=8A=B3=E7=90=B4?= <1548556390@qq.com> Date: Sat, 24 Oct 2020 17:00:42 +0800 Subject: [PATCH] User submitted --- step2/step2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step2/step2.py b/step2/step2.py index 86a0968..9916997 100644 --- a/step2/step2.py +++ b/step2/step2.py @@ -46,7 +46,7 @@ def dataset_loader(data_path, batch_size=32, repeat_size=1, num_parallel_workers resize_height, resize_width = 32, 32 rescale = 1.0 / 255.0 #! - shift = 0.005 + shift = 0 rescale_nml = 1 / 0.3081 shift_nml = -1 * 0.1307 / 0.3081 ########## end ##########