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 #16

Closed welcomealcol closed 7 years ago

welcomealcol commented 7 years ago

After I "from heraspy.model import HeraModel", I always get the following error. File "/usr/local/lib/python2.7/dist-packages/heraspy/callback.py", line 103 from keras import backend as K ^ IndentationError: expected an indented block