frankkramer-lab / riadd.aucmedi

Multi-Disease Detection in Retinal Imaging based on Ensembling Heterogeneous Deep Learning Models
GNU General Public License v3.0
31 stars 10 forks source link

cannot import netrual network from aucmedi #19

Open SivaPhoenix opened 1 year ago

muellerdo commented 1 year ago

Hey @SivaPhoenix,

can you provide some more information? :smile:

If I have to assume, I would suspect that you mean "neural network" and that you utilize a more recent AUCMEDI version due to AUCMEDI had a breaking change a few month ago that adjusted the naming convention of classes accordingly to PEP8.

This project, however, is based on the old AUCMEDI version 0.1.0 as stated in the requirements.txt.

So try downgrading your installed AUCMEDI to 0.1.0 and then it should work ;)

Best Regards, Dominik