From b02d6edcde85ff27c1fe9e16ac87b13b3675b674 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sat, 18 Jun 2022 20:55:37 -0400 Subject: [PATCH] reduce training steps in tests From the perspective of unit tests, there is no differece between testing 1 step and 100 steps. --- source/tests/model_compression/input.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/tests/model_compression/input.json b/source/tests/model_compression/input.json index 599311e784..3ba7d7daf7 100644 --- a/source/tests/model_compression/input.json +++ b/source/tests/model_compression/input.json @@ -53,11 +53,11 @@ "numb_btch": 3, "_comment": "that's all" }, -"numb_steps": 100, +"numb_steps": 1, "seed": 10, "disp_file": "lcurve.out", -"disp_freq": 100, -"save_freq": 100, +"disp_freq": 1, +"save_freq": 1, "_comment": "that's all" },