huggingface / knockknock

🚪✊Knock Knock: Get notified when your training ends with only two additional lines of code
MIT License
2.78k stars 233 forks source link

Is there a functionality to report epoch wise loss and other metrics? #57

Closed jetjodh closed 5 months ago

jetjodh commented 4 years ago

Is there a functionality to report epoch wise loss and other metrics? I am only able to get final losses and metrics but not epoch-wise updates. Can it be done via this library? I want to track the updates of model when I am away from my terminal and compute is not really affordable for me.

eric-yates commented 4 years ago

I don't know the answer. If it isn't already available, this would be an awesome feature to add 🙂

casperdcl commented 2 years ago

would require editing the current message (if the provider supports it) to avoid multi-message spam. Not supported in https://github.com/liiight/notifiers/issues/440 either.

For now, all I know of is tqdm.contrib (slack, discord, telegram) :)