Browse Source

debug false by default

Robin Tibor Schirrmeister 5 years ago
parent
commit
bd90239b2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      example.py

+ 1 - 1
example.py

@@ -206,7 +206,7 @@ if __name__ == '__main__':
     model_name = 'deep' # or shallow
     low_cut_hz = 0 # or 4
     np_th_seed = 0 # random seed for numpy and pytorch
-    debug = True
+    debug = False
     exp = run_exp_on_high_gamma_dataset(train_filename, test_filename,
                                   low_cut_hz, model_name,
                                   max_epochs, max_increase_epochs,