Skip to content

Adding Model Checkpointing and Logging Enhancements#233

Open
shreyaskamathkm wants to merge 2 commits intoMultimediaTechLab:mainfrom
shreyaskamathkm:model-checkpointing
Open

Adding Model Checkpointing and Logging Enhancements#233
shreyaskamathkm wants to merge 2 commits intoMultimediaTechLab:mainfrom
shreyaskamathkm:model-checkpointing

Conversation

@shreyaskamathkm
Copy link

✨ [Feat] Add Model Checkpointing and Logging Enhancements

Description

This pull request introduces robust model checkpointing using PyTorch Lightning's ModelCheckpoint callback. It ensures that the best models are saved based on Mean Average Precision (mAP) during training. Additionally, it refines the logging utilities to support improved experiment tracking.

key Changes

  • Model Checkpointing: Added ModelCheckpoint to logging_utils.py to save top 3 models based on map.
  • Logging: Enhanced setup_logger and logging configurations.
  • Solver: Integrated checkpointing into the solver workflow.

Changelog

Commit Emoji Message Author
e923b83 🔧 Adjusted test precision and logging utility. shreyaskamathkm
0a3159b 📌 Added model checkpointing and pinning development dependencies shreyaskamathkm

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

Comments