ErikGartner / hyperdock

A distributed hyperparameter optimizer for machine learning that lives in Docker
https://gartner.io/hyperdock/
Apache License 2.0
8 stars 2 forks source link

Fix minor shutdown bug #62

Closed ErikGartner closed 5 years ago

ErikGartner commented 5 years ago
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/app/hyperdock/worker/worker.py", line 44, in run
    worker._shutdown()
NameError: name 'worker' is not defined