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
Tensorboard has 3 options for X-axis: Step, Relative, Wall. The Relative option allows aligning multiple traces by start time.
However, currently we cannot align multiple traces by start step (i.e. Relative Step). This feature can be useful because sometimes we have multiple finetuning models that start at different pretraining steps. Without aligning by start step it's hard to visually compare them in the same graph (the only way is to export the data and plot them in colab).
The goal of this FR is to implement Relative Step.
The text was updated successfully, but these errors were encountered:
Tensorboard has 3 options for X-axis:
Step
,Relative
,Wall
. TheRelative
option allows aligning multiple traces by start time.However, currently we cannot align multiple traces by start step (i.e.
Relative Step
). This feature can be useful because sometimes we have multiple finetuning models that start at different pretraining steps. Without aligning by start step it's hard to visually compare them in the same graph (the only way is to export the data and plot them in colab).The goal of this FR is to implement
Relative Step
.The text was updated successfully, but these errors were encountered: