Skip to content
Snippets Groups Projects
Commit ac3f8d37 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent d6f3148d
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,14 @@ CACHE_DATA_IN_MEM = True
CACHE_GFS = True
DISK_CACHE = True
PROC_BATCH_SIZE = 60
NumLabels = 1
BATCH_SIZE = 256
NUM_EPOCHS = 200
GLOBAL_BATCH_SIZE = BATCH_SIZE * 3
PROC_BATCH_BUFFER_SIZE = 50000
PROC_BATCH_SIZE = 60
BATCH_SIZE = 256 # Per replica
BATCH_SIZE = BATCH_SIZE * 3
PROC_BATCH_BUFFER_SIZE = 50000
TRACK_MOVING_AVERAGE = False
......
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