We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i plot the eval loss during finetuning using composer? I am able to get f1,acc scores, but by default it's not plotting eval loss in wandb
The text was updated successfully, but these errors were encountered:
it's not explicitly computed, but you can add a metric for it or write a callback calling model.loss on event EVAL_AFTER_FORWARD
EVAL_AFTER_FORWARD
Sorry, something went wrong.
No branches or pull requests
how can i plot the eval loss during finetuning using composer? I am able to get f1,acc scores, but by default it's not plotting eval loss in wandb
The text was updated successfully, but these errors were encountered: