-
Notifications
You must be signed in to change notification settings - Fork 442
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
The file metric collector example docker image does not sync with the code #945
Comments
I faced with the same problem. Maybe, we can't pass CI tests because of this issue, in e2e test we use yaml from examples folder: |
sorry blocking you, I updated the image in #947 |
@hougangliu Can you move it to a common repo instead of your private registry? Currently, did you retag your image with latest changes? |
Closing this issue as #949 keeps images in kubeflowkatib repo. |
/close |
@johnugeorge: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
The trial image docker.io/liuhougangxa/pytorch-mnist:1.0 in https://github.com/kubeflow/katib/blob/master/examples/v1alpha3/file-metricscollector-example.yaml is outdated with https://github.com/kubeflow/katib/blob/master/examples/v1alpha3/file-metrics-collector/mnist.py.
The mnist.py in the docker image
Here the logging format is
{{metricName: accuracy, metricValue: {:.4f}}}
, so that the file collector cannot parse it correctly.@hougangliu
What did you expect to happen:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: