Skip to content

v0.16.0: Fix `yield` flow; drop `Distillation` task in favor of task-wise distillation

Pre-release
Pre-release

Choose a tag to compare

@rmitsch rmitsch released this 04 Oct 20:13

✨ New features and improvements

-

🔴 Bug fixes

  • Fix broken yield to allow for true doc-/batch-wise processing (#172)

⚠️ Backwards incompatibilities

  • Distillation is available only via task interface (i.e. task.distill(...)), no more dedicated Distillation task. This was done as the Distillation task necessarily requires processing the entire dataset at once, the nature of the task doesn't allow for iterative processing - this made it fundamentally incompatible with the iterative processing style all other components supported. (#173)

📖 Documentation and examples

-

👥 Contributors

@rmitsch, @ivyleavedtoadflax


Full Changelog: v0.15.1...v0.16.0