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 13 forks source link

Fix(F1Score): correct computation of F1Score in automl training #226

Closed rizoudal closed 1 month ago

rizoudal commented 2 months ago

This pull request addresses issue #224.

Changes made:

Files modified:

Please review the changes and let me know if there are any questions or further adjustments needed.

muellerdo commented 2 months ago

F1Score computation of tensorflow is buggy? Seems like shape is not really passed through from our DataGenerator/Sequence object.

Wait for fix of TF.

Possible hotfix: Setting shape ourselves with add_variable() or something??