Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/healthcare/application/Malaria_Disease/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ To mitigate the problem, we use Singa to implement a machine learning model to h

## Command
```bash
python train_cnn.py cnn malaria -dir pathToDataset
```
python train.py malarianet -dir pathToDataset
```
2 changes: 1 addition & 1 deletion examples/healthcare/application/Malaria_Disease/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
#

### malaria dataset
python train_cnn.py cnn malaria -dir pathToDataset
python train.py malarianet -dir pathToDataset
Loading