You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using monai librairy for segmentation and I've been looking for the cleanest way to log at each epoch:
mean loss computation on train dataset
mean metrics computations on train dataset
mean loss computation on eval dataset
mean metrics computations on eval dataset
learning rate
I am using engine SupervisedTrainer and SupervisedEvaluator and the trickest part is that the output_transforms are different for loss computation (no postprocessing) and metrics computation (activation + asdiscrete).
Also I coudn't manage to get the loss values into the csv.
A typical csv file sould contain the following columns (if we use the MeanDice metric for exemple)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using monai librairy for segmentation and I've been looking for the cleanest way to log at each epoch:
I am using engine SupervisedTrainer and SupervisedEvaluator and the trickest part is that the output_transforms are different for loss computation (no postprocessing) and metrics computation (activation + asdiscrete).
Also I coudn't manage to get the loss values into the csv.
A typical csv file sould contain the following columns (if we use the MeanDice metric for exemple)
Epoch | MeanDice_train | MeanDice_eval | Loss_train | Loss_eval |
Thank you so much for your help.
Anaïs
Beta Was this translation helpful? Give feedback.
All reactions