hera icon indicating copy to clipboard operation
hera copied to clipboard

Train/evaluate a Keras model, get metrics streamed to a dashboard in your browser.

Results 5 hera issues
Sort by recently updated
recently updated
newest added

check the bottom of callbacks.py .. Code missing in the heraspy (0.2) package

Please update this project. It is unclear if the initialization syntax presently works: HeraCallback vs. HeraModel. Also with HeraCallback I get syntax errors from callback.py. I'm running in python3.5.

When try to import HeraCallback get this error > `from heraspy.model import HeraModel Traceback (most recent call last): File "C:\Program Files\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2881, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "",...

I'm on the current master (the release pip version failed on import), trying to define a callback. Trying to imitate the example in readme.md didn't work out: ``` hera =...

I got the following error when I run the client inside a docker: ``` npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating...