Skip to content

The difference between two validation metrics in file log❓ [QUESTION] #337

Answered by Linux-cpp-lisp
whu-dft asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @whu-dft ,

Thanks for your interest in our work!

The upper metrics are averages across a single minibatch (see the "batch" column). The later ones are averages over the entire epoch (note the column is now epoch and not batch). Note also that nequip correctly does the whole epoch averages as over all samples in the epoch, and not as a mean of means, which is incorrect.

There is only one log line during the epoch because you have fewer batches than the log frequency, so you only get one line.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by whu-dft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #336 on May 23, 2023 06:20.