-
Notifications
You must be signed in to change notification settings - Fork 48
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
pcb-aoi path errors and dependency conflicts resolved #171
Conversation
I have fixed all the path errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR fixes the path errors in the .yaml
configs of PCB-AoI example.
The modification looks good to me.
@FuryMartin: changing LGTM is restricted to collaborators 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. |
@MooreZheng @jaypume please have a look at this PR. |
Resolved conflicts in path errors Signed-off-by: Aryan <[email protected]> changed train_url to train_index, test_url to test_index Signed-off-by: Aryan <[email protected]> Corrected the path errors Signed-off-by: Aryan <[email protected]> fault detection renamed to fault_detection Signed-off-by: Aryan Nanda <[email protected]> Results saved to ./pcb-aoi/singletask_learning_bench Signed-off-by: Aryan <[email protected]>
7047fc1
to
2b80739
Compare
Signed-off-by: Aryan <[email protected]>
The review meeting is scheduled on Feb 6th, 2025, together with #174. These PRs address the errors in the quick start guide of ianvs related to pcb-aoi/singletask_learning_example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no "_" between "fault" and "detection" in the path.
@@ -13,7 +13,7 @@ testenv: | |||
# metric name; string type; | |||
name: "f1_score" | |||
# the url address of python file | |||
url: "./examples/pcb-aoi/incremental_learning_bench/testenv/f1_score.py" | |||
url: "./examples/pcb-aoi/incremental_learning_bench/fault_detection/testenv/f1_score.py" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
he path should be "./examples/pcb-aoi/incremental_learning_bench/fault detection/testenv/f1_score.py", and there is no "_" between "fault" and "detection".
I noticed that you renamed "fault detection" to "fault_detection." In that case, it is indeed unnecessary to remove the underscore from "fault_detection." |
/lgtm |
/lgtm |
@FuryMartin: changing LGTM is restricted to collaborators 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
This work helps to polish the quick start. It is important for newcomers to have the quick start executed normally. Overall it looks fine to me.
Besides, the change from train_url to train_index in "testenv.yaml" could be discussed in a new issue, because the field of this yaml need to be consistent with Sedna.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FuryMartin, MooreZheng The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
/kind documentation
Fixes #170 #178