DIVA-DIA / DIVA-DAF

Repository for the deep-learning framework DIVA-DAF which is build with historical document image analysis in mind.
https://diva-dia.github.io/DIVA-DAF/
MIT License
18 stars 2 forks source link

to_metric and to_loss_format methods should not be static #158

Closed lvoegtlin closed 8 months ago

lvoegtlin commented 9 months ago

Describe the bug The two methods that transform the output of a network to the correct format to calculate the loss and metrics should not be static. This can cause problems and unwanted behavior.