-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
When I'm training a model using keras, I always calculate the runtime by hand (Using the estimated time per epoch)
It would be great if when I use mlnotify the estimated runtime will appear too (next to the time since the start of training)
You can do that using the ETA provided by keras times the number of epochs.
Reactions are currently unavailable