hualos icon indicating copy to clipboard operation
hualos copied to clipboard

Keras Total Visualization project

Results 12 hualos issues
Sort by recently updated
recently updated
newest added

Dear, I tried to run the call back method in python3.5. It did not work and I think the reason is following line. api.py lines = ["%s: %s" % (v,...

invalid payload message is now encoded as JSON object rather than treated as dict, which throws errors on some machines.

I found these idea very interesting and helpful for continuous feedback and visualization. I am interested in contributing to this framework. I have few ideas and features to be added...

Here is the error: ``` 127.0.0.1 - - [2017-04-08 00:08:57] "POST /publish/epoch/end/ HTTP/1.1" 500 161 0.000000 Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\gevent\pywsgi.py", line 884, in handle_one_response self.run_application() File "C:\Anaconda3\lib\site-packages\gevent\pywsgi.py",...

**Introduction:** In accordance with the w3 HTML5 specification for HTML code, void tags (see reference) should be marked as self-closing. During a scan for repositories containing HTML files, we found...

When I run python api.py, and start keras program with remote callbacks, I got these message: ::ffff:127.0.0.1 - - [2017-02-14 11:51:15] "POST //publish/epoch/end/ HTTP/1.1" 500 161 0.000479 Traceback (most recent...

Awesome project! I use Keras 0.32 with theano backend and add the callback in model.fit_generator() function, but nothing appears on my webpage. Did I do anything wrong? I did get...

Hello, When I use this tool, I always got an exception: ` Warning: could not reach RemoteMonitor root server at 192.168.1.2:9000` Details: I ran the python api.py on the machine...

I've splittet the main chart into three different charts. - Loss chart with loss and val_loss - Accurancy chart with acc and val_acc - Other chart with size and batch...