noggin icon indicating copy to clipboard operation
noggin copied to clipboard

Logger should permit per-metric batch domains / missing data

Open rsokl opened this issue 5 years ago • 3 comments

Users should be able to set nan in their batch

rsokl avatar Mar 09 '19 20:03 rsokl

Just so I'm clear, this is changing:

plotter.set_test_batch(test_metrics, batch_size=1)

To something like:

plotter.set_test_batch(test_matrics, batch_sizes=(16, 4)

for two metrics? Or did you have something else in mind?

davidmascharka avatar Mar 11 '19 20:03 davidmascharka

Oh no, this is saying that you can record metric-a every iteration and metric-b every 100 iterations. Presently, it is assumed that every metric is recorded concurrently

rsokl avatar Mar 11 '19 22:03 rsokl

Ah! Yeah that makes much more sense.

davidmascharka avatar Mar 11 '19 22:03 davidmascharka