Tags: frgfm/holocron
Tags
feat: Added Rexnet 2.0x and pretrained weights (#60) * feat: Added ReXNet-2.0x * test: Updated unittest * docs: Updated documentation * feat: Added pretrained weights from clovaai/rexnet Added pretrained weights from https://github.com/clovaai/rexnet * style: Fixed lint * fix: Fixed weight loading
docs: Cleaned documentation for pypi release (#31) * docs: Updated docstrings * docs: Cleaned documentation * docs: Added documentation website referencing * docs: Fixed typo in Contributing * docs: Cleaned documentation index * style: Fixed lint
feat: Added training reference script (#28) * feat: Added image classification training script * chore: Added requirements for training script * docs: Added training script instructions * chore: Updated gitignore * refactor: Disable random erasing by default * docs: Updated README * docs: Updated training readme * feat: Added a checkpoint cleanup script * docs: Updated ref readme