Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ReservoirTTA
|
| 2 |
|
| 3 |
<a href="https://arxiv.org/pdf/2505.14511?"><img src="https://img.shields.io/badge/arxiv-orange"></a>
|
|
@@ -99,4 +112,4 @@ Our code is derived from https://github.com/mariodoebler/test-time-adaptation. P
|
|
| 99 |
journal={arXiv preprint arXiv:2505.14511},
|
| 100 |
year={2025}
|
| 101 |
}
|
| 102 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- randall-lab/cifar10-c
|
| 4 |
+
- randall-lab/cifar100-c
|
| 5 |
+
- ang9867/ImageNet-C
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
pipeline_tag: image-classification
|
| 11 |
+
tags:
|
| 12 |
+
- TTA
|
| 13 |
+
---
|
| 14 |
# ReservoirTTA
|
| 15 |
|
| 16 |
<a href="https://arxiv.org/pdf/2505.14511?"><img src="https://img.shields.io/badge/arxiv-orange"></a>
|
|
|
|
| 112 |
journal={arXiv preprint arXiv:2505.14511},
|
| 113 |
year={2025}
|
| 114 |
}
|
| 115 |
+
```
|