whos-there: The spiritual successor to knockknock for PyTorch Lightning, get notified when your training ends
Welcome to whos-there's documentation!
The spiritual successor to knockknock for PyTorch Lightning, to get a notification when your training is complete or when it crashes during the process with a single callback.
Features
- Supports E-Mail, Discord, Slack, Teams, Telegram
Installation
With pip:
With poetry:
With conda:
Usage
from whos_there.callback import NotificationCallback
from whos_there.senders.debug import DebugSender
See a more complete example in the notebooks folder.
API
Check the API reference for more details.