diff --git a/image_ref/main_sweep.py b/image_ref/main_sweep.py index b136e4a83917aee146ccfea85fdb32d3130fe8fa..a9e169659ba38a924a6c69f4a2bfd0193a934566 100644 --- a/image_ref/main_sweep.py +++ b/image_ref/main_sweep.py @@ -28,4 +28,4 @@ if __name__ == '__main__': sweep = wdb.controller(sweep_id) sweep.configure_controller(type="local") - sweep.run() + sweep.run(verbose=True,print_debug=True,print_status=True,print_actions=True)