Closed surajpaib closed 5 days ago
The changes in the configuration file fmcib_finetune.yaml
focus on the setup for a machine learning experiment, particularly regarding model parameters and training configurations. Key sections include the definition of a ResNet50 model with specific adjustments, metrics for evaluation, and dataset configurations. While the trainer, optimizer, and scheduler sections remain unchanged, there are indications for potential future modifications tailored to specific tasks. Additionally, updates to the .github/workflows/publish.yml
, Makefile
, and pyproject.toml
reflect changes in workflow configurations, safety checks, and dependency management.
File Path | Change Summary |
---|---|
experiments/adaptation/fmcib_finetune.yaml | Modified training setup and model parameters; specified ResNet50 architecture, metrics, and dataset configurations. |
.github/workflows/publish.yml | Updated branch name from master to main , Python version from 3.8 to 3.9 , added steps for package installation and publishing, and changed publishing action. |
Makefile | Updated check-safety target to include an --ignore flag for safety checks; formatting changes for clarity. |
pyproject.toml | Updated dependency versions for urllib3 and tornado , added new dependencies, and modified aiohttp version. |
fmcib/models/load_model.py | Updated load method in LoadModel class to include weights_only=True in torch.load function. |
tests/integration/config/test.yaml | Introduced new configuration file for a machine learning training pipeline with detailed setup. |
tests/integration/test_dummy_data.py | Removed test function test_dummy_features . |
tests/integration/test_dummy_workflows.py | Added new test functions for validating workflows related to dummy data. |
.github/workflows/build.yml | Updated caching action version from v2.1.6 to v4 . |
π "In the meadow where data flows,
A ResNet50 model grows.
With metrics set and datasets clear,
We train with joy, no room for fear.
Future tweaks await our gaze,
As we hop through machine learning's maze!" π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Related Issue
Type of Change
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.make codestyle
.Summary by CodeRabbit