Skip to content

Tags: frgfm/holocron

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fixed binary classification evaluation (#228)

* fix: Fixed binary classification evaluation

* style: Fixed style

* fix: Fixed evaluate of binary classification

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Added example snippet & Colab ref in README (#202)

* docs: Updated README

* docs: Fixed notebooks README

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Added support of Mutual Channel Loss (#100)

* feat: Added implementation of Mutual Channel Loss

* docs: Updated documentation

* test: Updated unittests

* docs: Updated readme

* style: Fixed lint

* test: Expanded MC Loss unittest

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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