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
So the end date, training duration and the dictionary returned from the train() function were not displayed.
It would be great if there was a more responsive design to the size of the notification, but I believe that the CreateWindow used in win10toast only expects fixed sizes, so I'm not sure how to resolve this issue. I even tried to change the width and height to no avail.
The text was updated successfully, but these errors were encountered:
So looking at the code you'd expect the entire message to be displayed on the Windows notification when the model trains successfully:
knockknock/knockknock/desktop_sender.py
Lines 63 to 80 in 1160ab7
However since win10toast sets the height and width to the default size, if the text is too long it will be truncated and not fully displayed:
Running a test code for it produced the following even when expanded the notification:
So the end date, training duration and the dictionary returned from the train() function were not displayed.
It would be great if there was a more responsive design to the size of the notification, but I believe that the CreateWindow used in win10toast only expects fixed sizes, so I'm not sure how to resolve this issue. I even tried to change the width and height to no avail.
The text was updated successfully, but these errors were encountered: