Skip to content

❓How to log validation metrics for EfficientAD #1724

Answered by blaz-r
j99ca asked this question in Q&A
Discussion options

You must be logged in to vote

Hello. Yes, you will need to have metrics in config.

From what you are showing me above, are steps 210 to 215 validation?

yes

Their step numbers is apart of the training steps?

Yes, it might be on my system, but the metrics are displayed in training progress bar (validation bar disappears at the end of val)

I still don't quite understand where the validation loss is? Is it just the "loss" being re-purposed for those specific steps?

Validation doesn't have a loss in this case.
At the start of val, anomaly map quantiles are calculated:

def on_validation_start(self) -> None:
"""

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by samet-akcay
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
Converted from issue

This discussion was converted from issue #1520 on February 09, 2024 12:39.