Skip to content
Discussion options

You must be logged in to vote

Hi @Kiarashdnsh,

first, I want to know how I can add other metrics to my networks, with or without using tensorboard.

You can add any other metrics under this folder in your pipeline. The usage is similar to the DiceMetric.

iou_metric = MeanIoU(**input_data)
iou_metric(**vals)
result = iou_metric.aggregate(reduction="none")

Second, I want to know how I can make tensorboard record networks' metrics and scalars during each run.

You can refer to this tutorial.

Thanks!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kiarashdnsh
Comment options

Answer selected by Kiarashdnsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants