0.0.26
Pre-release
Pre-release
What's Changed
Mainly improved training
- add micro batches by @lukas-blecher in #148
- Data parallelism + pure ViT working by @TITC in #150
Full Changelog: 0.0.24...0.0.26
Breaking Changes
models.py
moved into new module models
.
Model
class has forward
moved to generate
.