Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrust committed Sep 1, 2021
1 parent 71a4e03 commit 8fb883f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ CHIA implements:
* **One-Hot Classifier** as a baseline.
* **Probabilistic Hierarchical Classifier** Brust, C. A., & Denzler, J. (2019, November). *Integrating domain knowledge: using hierarchies to improve deep classifiers*. In Asian Conference on Pattern Recognition (ACPR) (pp. 3-16). Springer, Cham.
* **CHILLAX** Brust, C. A., Barz, B., & Denzler, J. (2021, January). *Making Every Label Count: Handling Semantic Imprecision by Integrating Domain Knowledge*. In 2020 25th International Conference on Pattern Recognition (ICPR) (pp. 6866-6873). IEEE.
* **Self-Supervised CHILLAX** Brust, C. A., Barz, B., & Denzler, J. (2021). *Self-Supervised Learning from Semantically Imprecise Data*. arXiv preprint arXiv:2104.10901.
* **Self-Supervised CHILLAX** Brust, C. A., Barz, B., & Denzler, J. (2021, April). *Self-Supervised Learning from Semantically Imprecise Data*. arXiv preprint arXiv:2104.10901.
* **Semantic Label Sharing** Fergus, R., Bernal, H., Weiss, Y., & Torralba, A. (2010, September). *Semantic label sharing for learning with many categories*. In European Conference on Computer Vision (pp. 762-775). Springer, Berlin, Heidelberg.

## Datasets
Expand Down
2 changes: 1 addition & 1 deletion chia/version.py
@@ -1 +1 @@
__version__ = "2.3.1"
__version__ = "2.4.0"

0 comments on commit 8fb883f

Please sign in to comment.