frankkramer-lab / aucmedi

a framework for Automated Classification of Medical Images
https://frankkramer-lab.github.io/aucmedi/
GNU General Public License v3.0
38 stars 12 forks source link

feat(XAI): Extending AUCMEDI XAI to cope with 3D data and batched inputs. #203

Closed Deathlymad closed 6 months ago

Deathlymad commented 1 year ago
Deathlymad commented 1 year ago

Guided GradCAM and the Decoder can probably be measurably accelerated by parallelizing the Resize operation or making it batch compatible.

muellerdo commented 1 year ago

Hey @Deathlymad,

please be aware that your git commits do not follow our git commit conventions.

Check out here: https://frankkramer-lab.github.io/aucmedi/getstarted/contribution/#special-contribution-notes-for-aucmedi and here: https://www.conventionalcommits.org/en/v1.0.0/

Deathlymad commented 1 year ago

aaaaaaaaaaaaaaaaaaaaaaaaaa

Deathlymad commented 1 year ago

This was intended to update the commit messages. It appearsr that git misinterpreted the operation.

Deathlymad commented 1 year ago

Remaining Errors related to AutoML. Please advice on how to proceed.

Deathlymad commented 1 year ago

commited fix to this branch that should resolve issues related to pandas 2.0 update

Deathlymad commented 1 year ago

The coverage error is linked to a missing token

muellerdo commented 1 year ago

can you reset the last pandas commit for the evaluation on focusing on just the xai decoder? :)

avoiding large PRs changing various aspects and focusing on a one PR:one-issue-fix policy.

-> checkout #209

Deathlymad commented 1 year ago

@muellerdo reverted the pandas fix. I believe that my edits are limited to the XAI files.

muellerdo commented 6 months ago

Stale, as batch-wise XAI decoder & methods revealed functionality issues. Reopen if working solutions for these issues are found.