Pythorch tutorial about Tensorboard

I am new to Pythorch and I am trying to go through the tutorials of the official page.

I am struggling to understand how to run Tensorboard in a google colab as explained in this tutorial. I tried to look here: tensorflow - Can I use TensorBoard with Google Colab? - Stack Overflow
and I ended up using this solution:

%load_ext tensorboard
%tensorboard --logdir logs

Tensorboard opens up correctly in the notebook but I get the following message: No dashboards are active for the current data set.


Can you help me understanding what I am doing wrong? Maybe I should not use tensorboard in google colab? Thanks!

Log files should be locally accessible. Im not sure if you can upload files to Colab from your machine but if that’s the case, you should first do so.