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: 🎸 version 0.4.0 #141

Merged
merged 1 commit into from
Sep 3, 2024
Merged

feat: 🎸 version 0.4.0 #141

merged 1 commit into from
Sep 3, 2024

Conversation

zezhishao
Copy link
Collaborator

    1. Modify data processing: standardize data formats, add metadata, refactor dataset classes, and remove data normalization operations.
    1. Add a Scaler class: manage data normalization and denormalization in an extensible way.
    1. Delete the loss folder and merge its contents into metrics.
    1. Modify the Runner: streamline training and inference interfaces, add post-training inference functionality, and add the ability to save inference results and evaluation metrics.
    1. Add an examples folder: provide all configuration options with explanations, typical configuration files, and an example model structure (MLP).
    1. Modify training and inference scripts.
    1. Add a detailed tutorial.
    1. Refine code details.
    1. Update requirements.txt.
    1. Update README.md.

1. Modify data processing: standardize data formats, add metadata,
refactor dataset classes, and remove data normalization operations. 2.
Add a Scaler class: manage data normalization and denormalization in an
extensible way. 3. Delete the loss folder and merge its contents into
metrics. 4. Modify the Runner: streamline training and inference
interfaces, add post-training inference functionality, and add the
ability to save inference results and evaluation metrics. 5. Add an
Examples folder: provide all configuration options with explanations,
typical configuration files, and an example model structure (MLP). 6.
Modify training and inference scripts. 7. Add detailed tutorials. 8,
Refine code details. 9.Update requirements.txt. 10. Update README.md.
@zezhishao zezhishao merged commit 93b343e into master Sep 3, 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.

1 participant