You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for these guiding steps. I have finally made the model learning and have generated the inference graph. When I open Tensorboard I can only see the learning rate and loss. I would like to know the accuracy. I have delved into the script and found that the trainer.py (called from train.py) contains functions such as loss and sums it up for Tensorboard. Do you know how I can include the accuracy here?
The loss is defined specifically for the model and comes back multiple times in the trainer.py script. Copy/paste accuracy from other script does not work so far.
The text was updated successfully, but these errors were encountered:
Thank you for these guiding steps. I have finally made the model learning and have generated the inference graph. When I open Tensorboard I can only see the learning rate and loss. I would like to know the accuracy. I have delved into the script and found that the trainer.py (called from train.py) contains functions such as loss and sums it up for Tensorboard. Do you know how I can include the accuracy here?
The loss is defined specifically for the model and comes back multiple times in the trainer.py script. Copy/paste accuracy from other script does not work so far.
The text was updated successfully, but these errors were encountered: