tensorboard
tensorboard copied to clipboard
In colab, load tensorboard settings from the command line: %tensorboard --settings
Every time I start colab and tensorboard, I have to select the same settings, which is quite boring. If possible, I'd like to ask to control the "settings", for example (scalars Smoothing = 0.99)
with this command
%tensorboard --logdir="{BOARD_PATH}"
--scalars-smoothing=0.99
--Ignore-outliers-in-chart-scaling=False
and maybe even:
select the (multple) data to be shown, on the base of the folder name? --run="Jun08_10-40-47" toggle full size mode
thanks