mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 23:18:04 -05:00
make sure the old hyp breaks the test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user