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
sync_cycle is used to determine how often the VisualDL should persist data into the filesystem. Without extensive documentation, our users won't be able to understand how to choose a proper sync_cycle value to see the real-time Scalar update without impacting the training performance.
We should try some different approach to trigger the PersistToDisk(). For example, VisualDL can set a timer of 30 seconds, and it will call PersistToDisk() when the countdown ends.
The text was updated successfully, but these errors were encountered:
sync_cycle is used to determine how often the VisualDL should persist data into the filesystem. Without extensive documentation, our users won't be able to understand how to choose a proper sync_cycle value to see the real-time Scalar update without impacting the training performance.
We should try some different approach to trigger the
PersistToDisk()
. For example, VisualDL can set a timer of 30 seconds, and it will callPersistToDisk()
when the countdown ends.The text was updated successfully, but these errors were encountered: