diff --git a/modules/deeplearning/icing.py b/modules/deeplearning/icing.py
index 7e58b4321b3e7ae52028a24ea6805a9d72f14631..6ada5b6c625c81dd628ed4f4cccaf3b3ed520cad 100644
--- a/modules/deeplearning/icing.py
+++ b/modules/deeplearning/icing.py
@@ -18,7 +18,7 @@ PROC_BATCH_SIZE = 10240
 PROC_BATCH_BUFFER_SIZE = 50000
 NumLabels = 1
 BATCH_SIZE = 256
-NUM_EPOCHS = 100
+NUM_EPOCHS = 200
 
 TRACK_MOVING_AVERAGE = False