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

[Feat] add regression test and change saving logic related to output_path #259

Merged
merged 5 commits into from
Sep 17, 2024

Conversation

Luodian
Copy link
Contributor

@Luodian Luodian commented Sep 16, 2024

This pull request adds new output_path saving logic and a regression test. The new logic ensures that the model's results are saved to the correct output path. Additionally, a regression test has been added to verify that the model's performance is not degraded after each pull request.

@Luodian Luodian changed the title Add new output_path saving logic and regression test [Feat] add regression test and change saving logic related to output_path Sep 16, 2024
Eliminated the commented-out import statement for WandbLogger to tidy up the code and enhance readability. This helps maintain focus on active components and prevents confusion over unused code. A cleaner structure contributes to better maintainability in the long run.

No functional changes were made, just a step towards a more streamlined codebase.
@kcz358
Copy link
Collaborator

kcz358 commented Sep 17, 2024

Should we merge this? Or we should rewrite the regression test into a unittest format?

@Luodian Luodian merged commit e20d5d6 into main Sep 17, 2024
2 checks 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.

2 participants