-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
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
model.finetune(...) does not show the loss of the model #1045
Comments
Has anyone managed to solve this annoying problem? |
Hello @antonio-mastropaolo, Please add this line in your notebook: For me it worked, let me know if it works for you. |
Hello @JessicaLopezEspejel Thanks a lot for getting back to me. My code looks like this:
|
Can you provide more details? Is the model training? Are results showing up in the tensorboard in the previous cell? |
Hello @adarob Thanks for chiming in Yep, we are talking about the model training. |
I'm pretty sure it outputs it to graph.pbtxt and Tensorboard reads it and graphs the loss. |
Hello,
I just ran the following jupyter notebook: t5-trivia.ipynb and it works well, however, when I run
model.finetune(...)
does not show the loss of the model.Any idea how I can solve it?
Besides, I add the output I got when I ran the fine-tuning:
Thank you
The text was updated successfully, but these errors were encountered: