keplr-io / hera

Train/evaluate a Keras model, get metrics streamed to a dashboard in your browser.
MIT License
488 stars 47 forks source link

Update PyPI for Python 3 (Name 'reduce' is not defined) #10

Closed somewacko closed 7 years ago

somewacko commented 7 years ago

I tried training a model with this on Python 3 and it crashed when the first epoch ended (and it was a long epoch too!) saying name 'reduce' is not defined in callback.py. It seems like this was already fixed with https://github.com/jakebian/hera/commit/62a0583c88202cc3c78ce013a351d4548efd068c, however.

Any chance heraspy could be updated on PyPI?

jakebian commented 7 years ago

Updated!. Let me know if it works!