Hacker News new | ask | show | jobs
by alon7 2393 days ago
We're actually very happy with Comet and have been using it on v large projects (>50 researchers, 10k models). You can reduce the refresh interval and the amount of data points reported if things feel slow
1 comments

I don't log that many points as it is: about 4K data points per run in total (windowed average loss and LR every 25-30 batches, eval metrics every epoch), for all metrics combined. I also log the same data to TensorBoard, which renders everything pretty much instantaneously with no issues at all, even though I tell it to not downsample beyond 5K samples per graph.
M0zg do you mind sending me an email with your project? Happy to look into it. gideon a t comet.ml
Also keep in mind that unlike tensorboard we keep your full data series available in the API and only downsample the charts to 15k points.