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

minor

parent c3501ca4
Branches
No related tags found
No related merge requests found
...@@ -25,14 +25,14 @@ BATCH_SIZE = 128 ...@@ -25,14 +25,14 @@ BATCH_SIZE = 128
NUM_EPOCHS = 100 NUM_EPOCHS = 100
TRACK_MOVING_AVERAGE = False TRACK_MOVING_AVERAGE = False
EARLY_STOP = False EARLY_STOP = True
TRIPLET = False TRIPLET = False
CONV3D = False CONV3D = False
NOISE_TRAINING = False NOISE_TRAINING = True
NOISE_STDDEV = 0.10 NOISE_STDDEV = 0.10
DO_AUGMENT = False DO_AUGMENT = True
img_width = 16 img_width = 16
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment