'train' and 'val' losses in the json file #1164
-
Printing LossesHello, In the main model script, eg. I3D config, I want to state that I need train and val losses to be generated, and added in the json file. Eg we can use the following for the evaluation metrics: My question is: Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Try But we still recommend to use |
Beta Was this translation helpful? Give feedback.
-
Hello, The option to run the code with Any idea how to do it? Thank you. |
Beta Was this translation helpful? Give feedback.
Try
--cfg-options workflow="[(train,1),(val,1)]"
, you can get the loss in json file.But we still recommend to use
--validate