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

Allow sending custom message #61

Open AgrawalAmey opened 4 years ago

AgrawalAmey commented 4 years ago

knockknock can be a great general purpose library to send messages to different messaging clients. Why restrict it to just sending messages about training completion.

AgrawalAmey commented 4 years ago

I am creating a PR for the same.

armstrys commented 2 years ago

Love how easy KnockKnock is to use and I second this request! I am using this for large data processing projects and while it's not a big deal that it refers to everything as "training" it would be hugely helpful to be able to add a label by project so that I can more easily track which jobs are running/finished/crashed.

AgrawalAmey commented 2 years ago

https://github.com/huggingface/knockknock/pull/62

alanhoyle commented 1 year ago

I came looking for a generic notifier library, and KnockKnock is so close! I also wish it could take the notification message as a parameter.

One imagines it wouldn't be that difficult to add a parameter....