fix failed threefry (#10646)

This commit is contained in:
wozeparrot
2025-06-05 17:17:42 -07:00
committed by GitHub
parent e67642d430
commit 0d86f8d375
6 changed files with 7 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ class SpeedyResNet:
# hyper-parameters were exactly the same as the original repo
bias_scaler = 58
hyp = {
'seed' : 209,
'seed' : 200,
'opt': {
'bias_lr': 1.76 * bias_scaler/512,
'non_bias_lr': 1.76 / 512,