Skip to content

Commit 9492ac3

Browse files
committed
update hashnet template config - step continuation should be smaller than number of epochs
1 parent c12ade6 commit 9492ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/templates/hashnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ loss: hashnet
88
arch: dpn
99
backbone: alexnet
1010
optim: adam
11-
epochs: &epochs 100
11+
epochs: 100
1212
eval: 10
1313
# loss params
1414
loss_param:
1515
alpha: 1
1616
beta: 1
17-
step_continuation: *epochs
17+
step_continuation: 20

0 commit comments

Comments
 (0)