hyperdash-sdk-py
hyperdash-sdk-py copied to clipboard
Official Python SDK for Hyperdash
how should I "weave" hyperdash Experiment object with cross-validation param dictionary/list ? For now I have this cell, but I'd love to throw "clean" parameters to hyperdash ``` %%monitor_cell "RF...
The web dashboard does not work in Safari. In the Chrome the colours of all the metrics are the same.
I am dumping my models layers as params with: def make_exp_params(exp, layers): # layers is a list of layers If exp is None: return for i, layer in enumerate(layers): config...
It would be grate to send binary or base64 encoded image through hyperdash, we could generate these image using matplotlib
It would be a really nice feature if I could define a regex for parsing out the current loss and then graph it in the app.
### System: TF 1.2 Python 3.5 Ubuntu 16.04 ### Problem: We create the preprocessing and model graphs in a script (we'll call it `build_graph.py`) then go to call the actual...
Hi, I like using tqdm to monitor my train logs, but currently it doesn't seem to work very well with hyperdash (totally understandable, i feel like this is an edge...
Currently when the heartbeat fails we get a log message. Add a message on reconnect: `Heartbeat succeeded. Connection with Hyperdash servers restored`