From 4f89f8b73a53ce8143755cf19ec429c1cd1dd377 Mon Sep 17 00:00:00 2001 From: Yixiang Gao Date: Wed, 3 Jan 2024 07:13:54 -0800 Subject: [PATCH] make sure the old hyp breaks the test --- examples/hlb_cifar10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hlb_cifar10.py b/examples/hlb_cifar10.py index 670299be8b..fdd43be264 100644 --- a/examples/hlb_cifar10.py +++ b/examples/hlb_cifar10.py @@ -92,7 +92,7 @@ hyp: Dict[str, Any] = { 'bias_decay': 1.08 * 6.45e-4 * BS/bias_scaler, 'non_bias_decay': 1.08 * 6.45e-4 * BS, 'final_lr_ratio': 0.025, - 'initial_div_factor': 1e6, + 'initial_div_factor': 1e16, 'label_smoothing': 0.20, 'momentum': 0.85, 'percent_start': 0.23,