Skip to content

Commit 0022619

Browse files
committed
update batch size
1 parent 0263b06 commit 0022619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
num_train_samples = 53879
77
num_valid_samples = 7120
88
verbose = 1
9-
batch_size = 16
9+
batch_size = 64
1010
num_epochs = 1000
1111
patience = 50

0 commit comments

Comments
 (0)