MedMNIST / experiments

Codebase for reproducible benchmarking experiments in MedMNIST v2
Apache License 2.0
44 stars 18 forks source link

Any scripts? #3

Closed kai-wen-yang closed 2 years ago

kai-wen-yang commented 2 years ago

Hi~! Could please provide some scripts to run the pytorch model on 2D datasets? I don't know how to run it.

ThreeSRR commented 2 years ago

Hi @kai-wen-yang ,

We provide training and evaluation scripts implemented with PyTorch to reproduce 2D experiments in train_and_eval_pytorch.py .

kai-wen-yang commented 2 years ago

Scripts means the command line order, like python train_and_eval_pytorch.py --data_flag pathmnist -- ..