Skip to content

v0.5.1: Pipeline Training Fixes

Choose a tag to compare

@danny-mio danny-mio released this 24 Dec 13:36
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.5.1
35bc0f7

🐛 Fixes

  • Fixed pipeline training epoch switching: Added missing break condition in batch processing loop to prevent infinite epochs
  • Fixed resume logic for invalid batch positions: Added automatic advancement to next step/epoch when resume batch index exceeds epoch boundaries
  • Prevented training continuation beyond dataset bounds: Pipeline training now properly stops at expected epoch boundaries

📝 Notes

  • Patch release fixing critical training loop issues in pipeline mode
  • Improves resume behavior for interrupted training sessions
  • All existing functionality preserved

🔗 Links