0.0.26
版本发布时间: 2022-05-20 19:08:09
lukas-blecher/LaTeX-OCR最新发布版本:0.0.31(2023-04-14 00:57:27)
What's Changed
Mainly improved training
- add micro batches by @lukas-blecher in https://github.com/lukas-blecher/LaTeX-OCR/pull/148
- Data parallelism + pure ViT working by @TITC in https://github.com/lukas-blecher/LaTeX-OCR/pull/150
Full Changelog: https://github.com/lukas-blecher/LaTeX-OCR/compare/0.0.24...0.0.26
Breaking Changes
models.py
moved into new module models
.
Model
class has forward
moved to generate
.