Skip to content

Commit 56fef59

Browse files
committed
Reset default number of epochs
This puts us back to the default of 10, instead of my testing number of 1 epoch.
1 parent abdd431 commit 56fef59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/darts/uno/default_model.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ momentum = 0.9
1010
weight_decay = 3e-4
1111
grad_clip = 5
1212
batch_size = 100
13-
epochs = 1
13+
epochs = 10
1414
seed = 13
1515

0 commit comments

Comments
 (0)