Visualize Loss without tensorboard

Hello,

is there any way to visualize the loss functions of a Trainer model without tensorboard? I am using Jupyter Lab, pytorch and tensorboard refuses to work.

Cheers

Met the same problem. I’ve set the eval_step and eval_strategy, but there’s no log in the logging_dir at all. :sweat_smile:

1 Like

Hi, seems that I made a silly mistake: the tensorboard in my virtual environment was not installed properly. Now I make it right and it works (without Jupyter). Also I’ve tried to use it in a remote Jupyter Lab, and the tensorboard works, too. But I’m not sure how the environment is set up because it is provided by a cloud service providers. Maybe you can add some custom log callback to log your loss in a text file and visualize it manually?

1 Like