ncoudray / DeepPATH

Classification of Lung cancer slide images using deep-learning
492 stars 213 forks source link

fix 02_testing multiClasses write out_filename_Stats.txt format error #40

Closed steermomo closed 5 years ago

steermomo commented 5 years ago

I think in file

DeepPATH\DeepPATH_code\02_testing\multiClasses\inception\nc_inception_eval.py,

at line 284, shoud write "\n" to the out_filename_Stats.txt, otherwise the generate file only has one line.

If all information is in one line, 0h_ROC_MultiOutput_BootStrap.py won't work properly.

ncoudray commented 5 years ago

Thanks for pointing this. I will actually remove that folder from the repo. It's an older version not meant to be used anymore. Its function should be included in the xClass folder...

steermomo commented 5 years ago

Thanks. because the folder name is multiclass, I use that file and found that it doesn't produce the right format. So the xClass works for both situation👀

Your code is very helpful, thanks a lot.😄