ML Project Validation
Comprehensive validation of ML project structure, configurations, code quality, and training readiness.
Quick Start
# Run full validation
python scripts/validate_project.py
# Quick config check
python src/train.py --cfg job
# Fast dev run (1 batch train/val/test)
python src/train.py trainer.fast_dev_run=true
Validation Checks
1. Project Structure
Required directories:
src/- Source codesrc/models/- Model implementations- `src/
[Description truncada. Veja o README completo no GitHub.]