binli123 / dsmil-wsi

DSMIL: Dual-stream multiple instance learning networks for tumor detection in Whole Slide Image
MIT License
358 stars 88 forks source link

Question about reproducing your article metrics #92

Closed wangbo00129 closed 7 months ago

wangbo00129 commented 7 months ago

Thank you for your great work. I'm trying to reproduce the exact results using your pre-generated pt files and failed to reach your accuracy. This is the script I used.

CUDA_VISIBLE_DEVICES=1 python main.py --datasetpath /home/wangb/projects/20240226_reproduce_das_mil/data/camGraph_23 --dataset cam

Are there any suggestions about how to improve it? Thank you. image