mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
fixing the coach entrypoint after adding the CoachLauncher abstraction (#92)
This commit is contained in:
committed by
Balaji Subramaniam
parent
2804a7c24f
commit
0fe583186e
@@ -663,6 +663,10 @@ class CoachLauncher(object):
|
||||
evaluation_worker.terminate()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
def main():
|
||||
launcher = CoachLauncher()
|
||||
launcher.launch()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user