Skip to content

Commit 12e9f40

Browse files
authored
change storage from OneDrive to Zenodo
1 parent d385743 commit 12e9f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ This repository is working with [MedMNIST official code](https://github.com/MedM
6262
output_3d = model_3d(input_3d)
6363
```
6464

65-
5. Download the model weights and predictions from [OneDrive](https://1drv.ms/f/s!AqZcVxAtazRmjY0SACyTfqyHBqG2tA).
66-
- `MedMNIST-experiments/weights/`:
65+
5. Download the model weights and predictions from [Zenodo](https://doi.org/10.5281/zenodo.7782113).
66+
- `weights_*.zip`:
6767
- PyTorch, AutoKeras and Google AutoML Vision are provided for MedMNIST2D.
6868
- PyTorch and AutoKeras are provided for MedMNIST3D.
6969
- If you are using PyTorch model weights, please note that the ResNet18_224 / ResNet50_224 models are trained with images resized to 224 x 224 by `PIL.Image.NEAREST`.
7070
- Snapshots for `auto-sklearn` are not uploaded due to the embarrassingly large model sizes (lots of model ensemble).
71-
- `MedMNIST-experiments/predictions/`: We also provide all standard prediction files by PyTorch, auto-sklearn, AutoKeras and Google AutoML Vision, which works with `medmnist.Evaluator`. Each file is named as `{flag}_{split}_[AUC]{auc:.3f}_[ACC]{acc:.3f}@{run}.csv`, e.g., `bloodmnist_test_[AUC]0.997_[ACC]0.957@autokeras_3.csv`.
71+
- `predictions.zip`: We also provide all standard prediction files by PyTorch, auto-sklearn, AutoKeras and Google AutoML Vision, which works with `medmnist.Evaluator`. Each file is named as `{flag}_{split}_[AUC]{auc:.3f}_[ACC]{acc:.3f}@{run}.csv`, e.g., `bloodmnist_test_[AUC]0.997_[ACC]0.957@autokeras_3.csv`.

0 commit comments

Comments
 (0)