BiaPyX / BiaPy

Open source Python library for building bioimage analysis pipelines
https://BiaPyX.github.io
MIT License
114 stars 28 forks source link

Incorrect number of epochs on metric plot #72

Closed iarganda closed 3 months ago

iarganda commented 3 months ago

The number of epochs in the metric chart appears to be larger than that of the loss chart when using several metrics. See for instance: snemi3d_resunet_A_2_jaccard_index snemi3d_resunet_A_2_loss My guess is it is related to the number of metrics. In this example, I used the Jaccard index three times, one per channel.

danifranco commented 3 months ago

Fixed in last commit: e429462d