Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger should permit per-metric batch domains / missing data #14

Open
rsokl opened this issue Mar 9, 2019 · 3 comments
Open

Logger should permit per-metric batch domains / missing data #14

rsokl opened this issue Mar 9, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@rsokl
Copy link
Owner

rsokl commented Mar 9, 2019

Users should be able to set nan in their batch

@rsokl rsokl added the enhancement New feature or request label Mar 9, 2019
@davidmascharka
Copy link
Collaborator

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?

@rsokl
Copy link
Owner Author

rsokl commented Mar 11, 2019

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

@davidmascharka
Copy link
Collaborator

Ah! Yeah that makes much more sense.

@rsokl rsokl changed the title Logger should permit per-metric batch domains Logger should permit per-metric batch domains / missing data May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants