Update README.md
Browse files
README.md
CHANGED
@@ -5,10 +5,11 @@ license: cc-by-4.0
|
|
5 |
# LoRA-Ensemble: Uncertainty Modelling for Self-attention Networks
|
6 |
Michelle Halbheer, Dominik J. Mühlematter, Alexander Becker, Dominik Narnhofer, Helge Aasen, Konrad Schindler and Mehmet Ozgur Turkoglu - 2024
|
7 |
|
8 |
-
##
|
9 |
-
This repository contains the
|
10 |
-
The usage of the models with our pipeline is described
|
11 |
-
This repository only contains the models for our final experiments
|
|
|
12 |
|
13 |
## Citation
|
14 |
If you find our work useful or interesting or use our code, please cite our paper as follows
|
|
|
5 |
# LoRA-Ensemble: Uncertainty Modelling for Self-attention Networks
|
6 |
Michelle Halbheer, Dominik J. Mühlematter, Alexander Becker, Dominik Narnhofer, Helge Aasen, Konrad Schindler and Mehmet Ozgur Turkoglu - 2024
|
7 |
|
8 |
+
## Pre-trained models
|
9 |
+
This repository contains the pre-trained models corresponding to the code we released on [GitHub](https://github.com/prs-eth/LoRA-Ensemble/).
|
10 |
+
The usage of the models with our pipeline is described in the GitHub repository.
|
11 |
+
This repository only contains the models for our final experiments on the CIFAR-10, CIFAR-100 and HAM10000 datasets, not, however, for all intermediate results.
|
12 |
+
The results of the ESC-50 dataset cannot be published at this time, as it would require storing five models per epoch during training in order to store all models of the five-fold cross-validation. This is infeasible on our infrastructure so we only release models for CIFAR-10, CIFAR-100 and HAM10000.
|
13 |
|
14 |
## Citation
|
15 |
If you find our work useful or interesting or use our code, please cite our paper as follows
|