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
It would be good to also have a more generalized callback for progress updates, as well as it not being bound to the frequency of saves (is_save_step for instance)
Similar to what was added here recently:
https://github.com/jina-ai/discoart/blob/main/discoart/persist.py#L63
It would be good to also have a more generalized callback for progress updates, as well as it not being bound to the frequency of saves (
is_save_step
for instance)Proposed pseudo-code:
The text was updated successfully, but these errors were encountered: