keplr-io / hera

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

Can not catch any plots in website #17

Closed welcomealcol closed 7 years ago

welcomealcol commented 7 years ago

The server side shows that a client was connected after I run the keras example image

And the keras run as following: image

But I can not find the plot in my website:

image

The hera config code pasted as below: herasCallback = HeraCallback( 'model-key', 'localhost', 4000 ) model.fit(X_train, Y_train, batch_size=batch_size, nb_epoch=nb_epoch, verbose=1, validation_data=(X_test, Y_test), callbacks=[herasCallback])

What's wrong with me? Please could you kindly give me some information. Many thanks

jakebian commented 7 years ago

Did you run the client side app with npm start?

welcomealcol commented 7 years ago

Hi jakebiean, Many thanks for your kindly response. I run the client side and get my website successfully. Best Regards and Thanks HJ.ke