Skip to content

Commit c2ddc3e

Browse files
authored
Merge pull request #1306 from lzjpaul/25-6-4-dev
Update the readme files for the healthcare model zoo
2 parents 23cbf6a + 7f42542 commit c2ddc3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/healthcare/application/Hematologic_Disease/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The source images with resolution 3×360×363 pixels are center-cropped into 3×
4141

4242
## Running instructions
4343

44-
1. Download the pre-processed [BloodMnist dataset](https://github.com/lzjpaul/singa-healthcare/blob/main/data/bloodmnist/bloodmnist.tar.gz) to a folder(pathToDataset), which contains a few training samples and test samples. For the complete BloodMnist dataset, please download it via this [link](https://github.com/gzrp/bloodmnist/blob/master/bloodmnist.zip).
44+
1. Download the pre-processed [BloodMnist dataset](https://github.com/lzjpaul/singa-healthcare/blob/main/data/bloodmnist/bloodmnist.tar.gz) to the folder (pathToDataset), which contains a few training samples and test samples. For the complete BloodMnist dataset, please download it via this [link](https://github.com/gzrp/bloodmnist/blob/master/bloodmnist.zip).
4545

4646
2. Start the training
4747

examples/healthcare/application/Kidney_Disease/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ The dataset used in this task is MIMIC-III after preprocessed. The features are
3838
## Instruction
3939
Before starting to use this model for kidney disease prediction, download the sample dataset for kidney disease prediction: https://github.com/lzjpaul/singa-healthcare/tree/main/data/kidney
4040

41-
The provided dataset is from MIMIC-III, which has been pre-processed. And the dataset contains 100 samples for model testing.
41+
The provided dataset is from MIMIC-III, which has been pre-processed. The dataset contains 100 samples for model testing.
4242

43-
Please download the dataset to a folder(pathToDataset), and then pass the path to run the codes using the following command:
43+
Please download the dataset to the folder (pathToDataset), and then pass the path to run the codes using the following command:
4444
```bash
4545
python train.py kidneynet -dir pathToDataset
4646
```

examples/healthcare/application/Thyroid_Eye_Disease/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We have successfully applied the idea of prototype loss in various medical image
2424

2525
## Running instructions
2626

27-
1. Download the [CIFAR-10 python version](https://www.cs.toronto.edu/~kriz/cifar.html) to a folder(pathToDataset).
27+
1. Download the [CIFAR-10 python version](https://www.cs.toronto.edu/~kriz/cifar.html) to the folder (pathToDataset).
2828

2929
2. Start the training
3030

@@ -34,4 +34,4 @@ python train.py tedctnet -dir pathToDataset
3434

3535
## reference
3636

37-
[Robust Classification with Convolutional Prototype Learning](https://arxiv.org/abs/1805.03438)
37+
[Robust Classification with Convolutional Prototype Learning](https://arxiv.org/abs/1805.03438)

0 commit comments

Comments
 (0)