Skip to content

Missing metrics #1948

Answered by zachgk
Isdriai asked this question in Q&A
Aug 24, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I don't see where you are calling metrics.addMetric() which you probably need if you want to add to the metric.

But, you can also add to the metric through the training listener system. It is designed to register certain events in your training and do operations automatically like adding evaluator data to the metrics. You are missing the calls to onEpoch, onTrainingBegin, and onTrainingEnd for the TrainingListener. You can see an example usage here.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by Isdriai
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