knockknock
knockknock copied to clipboard
🚪✊Knock Knock: Get notified when your training ends with only two additional lines of code
Hey, I have been trying to use the email functionality of knock-knock but I m facing this error. Could you please help me with this? Sharing the code and error...
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...
API doesn't support token keyterm
"To help keep your account secure, starting May 30, 2022, Google will no longer support the use of third-party apps or devices which ask you to sign in to your...
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.
Execution: ``` knockknock email --recipient-emails [email protected] --sender-email [email protected] sleep 10 ``` Full error message: ``` Traceback (most recent call last): File "/home/jovyan/conda/dsEnv/bin/knockknock", line 10, in sys.exit(main()) File "/home/jovyan/conda/dsEnv/lib/python3.8/site-packages/knockknock/__main__.py", line 207,...
Currently, knockknock will only print the error message instead of raise an error when `win10toast` is not install on win10 desktop. This PR fixes it so that user will correctly...
The Teams implementation had the keyword as `token`, however, the method requires `webhook_url`. This is a tiny change it seemed easier for me to fix rather than open an issue....