I need val losses in the output file log.json but i can't get them #1120
Unanswered
AntonioVispi
asked this question in
General
Replies: 1 comment
-
I solved it! Thank you anyway. |
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
-
Greetings,
in order to get the loss graphs during training, I would need both the train losses, which appear regular, and the val losses. I have trouble getting the latter to appear. I have seen in past issues, and I understood that to do this I have to change the setting from
workflow = [('train', 1)]
toworkflow = [('train', 1), ('val', 1)]
, but for some reason, this gives me an Error.Have you got any idea to fix it?
This is the part where I changed the workflow cfg.
This is the error that arises
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions