DeepRegNet / DeepReg

Medical image registration using deep learning
Apache License 2.0
564 stars 76 forks source link

Log more metrics in tensorboard #708

Closed mathpluscode closed 3 years ago

mathpluscode commented 3 years ago

Subject of the feature

What are you trying to do and how would you want to do it differently?

Trying to debug using tensorboard, to see if any metric blows up.

Is it something you currently you cannot do?

Yes

Is this related to an issue/problem?

No

Has the feature been requested before? If yes, please provide a link to the issue.

No

image

current tensorboard contains limited metrics, we need to track more. In particular, the loss during the epoch should be tracked.

TODO