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

IndentationError: expected an indented block #12

Closed igorbb closed 7 years ago

igorbb commented 7 years ago

Using Python 3.4.3 on an ubuntu 14.04 docker, When using the heraspy library gives an indentations error

  File "train.py", line 26, in <module>
    from heraspy.model import HeraModel
  File "/usr/local/lib/python3.4/dist-packages/heraspy/model.py", line 1, in <module>
    from heraspy.callback import HeraCallback
  File "/usr/local/lib/python3.4/dist-packages/heraspy/callback.py", line 103
    from keras import backend as K
    ^
jakebian commented 7 years ago

Merged fix https://github.com/jakebian/hera/pull/14