mahmoodlab / CLAM

Data-efficient and weakly supervised computational pathology on whole slide images - Nature Biomedical Engineering
http://clam.mahmoodlab.org
GNU General Public License v3.0
1.02k stars 340 forks source link

An error in eval.py #174

Closed YinZhe0412 closed 1 year ago

YinZhe0412 commented 1 year ago

Dear, The eval.py has not been modified,but the file csv is changed to Step_3.csv. Step_3.csv

166

The error is that the later independent test set is used for testing, but the pt file of the training set appears (can be found in Step_3. csv). This is something I can't understand. Sorry, I am a beginner in this field.

The error: image

splits_0.csv: image Thank you!

fedshyvana commented 1 year ago

sorry if the code seems unintuitive, but if you change the csv file, you need to modify the eval.py file so that a dataset using the updated csv file is defined.