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
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
The text was updated successfully, but these errors were encountered:
This seems like a reasonable feature. However, we will probably not be able to find time to invest into it. We are however, saving settings such as smoothing in local storage. So if your domain is the same these settings should be saved.
Ah yes, you are correct. Sorry for the inconvenience. I can see how that could get tedious. You are welcome to dig into the code and implement this for yourself. Depending on how involved the change would be we could potentially review it and submit it. I cannot promise we invest the time into reviewing the code if it is a big involved PR. I could see this being small and easy to review/approve though.
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
The text was updated successfully, but these errors were encountered: