Replies: 2 comments
-
I'm not sure— @zphang, ming taking a look? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, This function call is where the the metrics are extracted for each of the val_result dictionaries. jiant/jiant/proj/main/metarunner.py Lines 231 to 233 in 235f646 However, the dictionary should also contain a key for the loss value. So you can try modifying code are that segment to save the loss as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the eval_every_steps parameter for early stopping. I noticed it also stocks the metrics on the train_val.zlog file but would it be possible to also stock the loss at that evaluation like it is done for the best model on the val_metrics.json file ?
I would like to compare my training and evaluation losses if possible.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions