Update Tensorboard use

This commit is contained in:
Matteo Bertocchi
2025-03-11 12:01:06 +01:00
committed by Nicola Demo
parent b38b0894b1
commit 67a2b0796c
6 changed files with 58 additions and 137 deletions

View File

@@ -311,12 +311,11 @@ trainer_learn.train()
# Let us compare the training losses for the various types of training
# In[10]:
# In[ ]:
# Load the TensorBoard extension
get_ipython().run_line_magic('load_ext', 'tensorboard')
get_ipython().run_line_magic('tensorboard', "--logdir 'tutorial_logs'")
print('To load TensorBoard run load_ext tensorboard on your terminal')
print("To visualize the loss you can run tensorboard --logdir 'tutorial_logs' on your terminal")
# ## What's next?