-
Notifications
You must be signed in to change notification settings - Fork 465
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
TensorFlowEvent metrics collector doesn't find events written by torch / tensorboardX #2466
Labels
Comments
garymm
added a commit
to garymm/katib
that referenced
this issue
Dec 18, 2024
garymm
added a commit
to garymm/katib
that referenced
this issue
Feb 4, 2025
Fixes: kubeflow#2466 Signed-off-by: Gary Miguel <[email protected]>
garymm
added a commit
to garymm/katib
that referenced
this issue
Feb 6, 2025
Fixes: kubeflow#2466 Signed-off-by: Gary Miguel <[email protected]>
garymm
added a commit
to garymm/katib
that referenced
this issue
Feb 12, 2025
Fixes: kubeflow#2466 Signed-off-by: Gary Miguel <[email protected]>
google-oss-prow bot
pushed a commit
that referenced
this issue
Feb 15, 2025
* Support old-style TensorFlow events (tensorboard) Fixes: #2466 Signed-off-by: Gary Miguel <[email protected]> * format Signed-off-by: Gary Miguel <[email protected]> * test Signed-off-by: Gary Miguel <[email protected]> * don't continue loops Signed-off-by: Gary Miguel <[email protected]> * format Signed-off-by: Gary Miguel <[email protected]> --------- Signed-off-by: Gary Miguel <[email protected]>
mahdikhashan
pushed a commit
to mahdikhashan/katib
that referenced
this issue
Feb 17, 2025
* Support old-style TensorFlow events (tensorboard) Fixes: kubeflow#2466 Signed-off-by: Gary Miguel <[email protected]> * format Signed-off-by: Gary Miguel <[email protected]> * test Signed-off-by: Gary Miguel <[email protected]> * don't continue loops Signed-off-by: Gary Miguel <[email protected]> * format Signed-off-by: Gary Miguel <[email protected]> --------- Signed-off-by: Gary Miguel <[email protected]>
google-oss-prow bot
pushed a commit
that referenced
this issue
Feb 17, 2025
* Support old-style TensorFlow events (tensorboard) Fixes: #2466 * format * test * don't continue loops * format --------- Signed-off-by: Gary Miguel <[email protected]> Co-authored-by: Gary Miguel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Trial code writes tensorboard summary using tensorboardX or torch.utils.tensorboard.
Experiment configured to use TensorFlowEvent metrics collector.
The metrics collector reports the metric is unavailable.
What did you expect to happen?
I expect the metrics collector to report the metric accurately.
Environment
Katib v0.17.0
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: