Skip to content
Snippets Groups Projects
Commit 0c5a0554 authored by Simon Will's avatar Simon Will
Browse files

Make segment 3 batch size 15 by default

parent 6f760230
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ def train(config_basename, smallest_usage_count, segment_1, segment_2):
segment_1_threshold = 5
segment_1_batch_size = 5
segment_2_batch_size = 5
segment_3_batch_size = 10
segment_3_batch_size = 15
joey_dir = current_app.config.get('JOEY_DIR')
config_file = joey_dir / 'configs' / config_basename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment