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

Feature/validation steps (clean) #109

Merged
merged 19 commits into from
Nov 28, 2024
Merged

Conversation

penrosed
Copy link
Collaborator

After my bad commits on feature/validation_steps, which git seemed to think had not made any changes at all, and thus couldn't be reverted, a new branch was made, feature/validation_steps_clean, based on the branch as it was before the bad commits. This pull request replaces the one made on feature/validation_steps.

@auphelia auphelia self-requested a review November 4, 2024 18:15
build/gtsrb/build.py Outdated Show resolved Hide resolved
build/gtsrb/build.py Outdated Show resolved Hide resolved
build/resnet50/build.py Outdated Show resolved Hide resolved
penrosed and others added 6 commits November 18, 2024 15:07
…step

- Removed "custom_step_update_model" from the GTSRB, MobileNet-v1, ResNet50, and RadioML build scripts. Also removed equivalent code from the KWS build script.
- In GTSRB build script, renamed "step_preprocess" to "custom_step_add_postproc", and updated how it gets called in the script's custom_build_steps.
- In the MobileNet-v1 build script, "step_create_stitched_ip" was added to the build steps, so that the build script can use the step's stitched IP RTL simulation.

Co-Authored-By: auphelia <[email protected]>
"SKIPPED" implies a verification step was intentionally skipped, rather than the input-output .npy file not being found. The console output now reads "IO FILLE NOT FOUND - SKIPPED" instead.
- in `build/mobilenet-v1/build.py`, the model name it was trying to fetch was outdated, and didn't reflect the most recent model released (opset-11).
- In the README of `build/vgg10-radioml`, the path provided to run the build script was incorrect.
`ModelWrapper`, `onnx`, and (in gtsrb's case) `build_dataflow_step_lookup` are not called now that the update step has been removed.
The linting Action in the repo flagged this section of code as failing its lint check. Resolved.
Copy link
Collaborator Author

@penrosed penrosed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Final review before merge - looks good!

@penrosed penrosed merged commit 8d379b5 into dev Nov 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants