Closed colin-welch closed 3 years ago
* On new event in the consumer, the event will be parsed and written using our custom metrics library * This could be potentially messy, looking at wandb’s implementation of it * We can use `prometheus_client`’s `Gauge` metrics or the single-line `metrics.log()` function if it is complete
This PR adds a functional
sync_tensorboard
option to themetrics.init()
call, and changes the semantics of that call to leveragewith
. This implementation parses raw numeric values from Tensorboard events and logs them as metrics in Gradient. Currently, tensor-encoded numeric data is not supported.