bigger batch size
This commit is contained in:
parent
948c337ec2
commit
03313d3904
2
train.py
2
train.py
@ -55,7 +55,7 @@ train_examples, val_examples = train_test_split(
|
|||||||
# validation examples can be something like templated sentences
|
# validation examples can be something like templated sentences
|
||||||
# that maintain the same distance as the cities (same context)
|
# that maintain the same distance as the cities (same context)
|
||||||
# should probably add training examples like that too if needed
|
# should probably add training examples like that too if needed
|
||||||
BATCH_SIZE = 48
|
BATCH_SIZE = 16 * 16
|
||||||
num_examples = len(train_examples)
|
num_examples = len(train_examples)
|
||||||
steps_per_epoch = num_examples // BATCH_SIZE
|
steps_per_epoch = num_examples // BATCH_SIZE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user