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
While training embeddings, the current value for Loss is displayed and the current value for Step is displayed, but without context it is hard to understand/evaluate whether training is going well. (I think the Loss function in this case also isn't terribly useful, but that's a separate discussion!) Perhaps we could get a more intuitive feel for the progress of a training run if those scalars were replaced with a gradio.Plot() element?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
While training embeddings, the current value for
Loss
is displayed and the current value forStep
is displayed, but without context it is hard to understand/evaluate whether training is going well. (I think the Loss function in this case also isn't terribly useful, but that's a separate discussion!) Perhaps we could get a more intuitive feel for the progress of a training run if those scalars were replaced with agradio.Plot()
element?Beta Was this translation helpful? Give feedback.
All reactions