-
Notifications
You must be signed in to change notification settings - Fork 0
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
ADD: custom checkpoint callbacks #16
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Summary
Changes
How to Test
cd common && make test
Additional Context
PR Type
Enhancement, Tests
Description
Introduced CustomModelCheckpoint for model saving.
Added comprehensive tests for checkpoint functionality.
Updated project dependencies for testing utilities.
Cleaned up VSCode and project configuration files.
Changes walkthrough 📝
test_callbacks.py
Tests for CustomModelCheckpoint functionality
common/tests/test_utils/test_callbacks.py
callbacks.py
Custom Model Checkpoint Implementation
common/utils/callbacks.py
settings.json
Update VSCode settings
common/.vscode/settings.json
pyproject.toml
Update project dependencies
common/pyproject.toml