mila-iqia / blocks

A Theano framework for building and training neural networks
Other
1.16k stars 351 forks source link

Email when Training is Finished #328

Open rizar opened 9 years ago

rizar commented 9 years ago

I think subject is self-explanatory. Would be very nice to have an extension that notifies me about the end of training, be it in the error case or in the case of a casual finish. Together with the early stopping extension it should make experiments with long-running jobs easier.

EderSantana commented 9 years ago

How about an extensions that tweets??? Mine returned this... ;p screen shot 2015-03-05 at 10 24 15 pm

Aside: toying with this I realized It is hard to convert Bokeh plots to png programatically.

Anyways, what kind of information should the email get? Just done and that's all?

rizar commented 9 years ago

This is awesome!

For me simply printing the status and the last training row of the log just like the Printing extension does would do the job. This logic should be anyway separated from the Printing extension because it can be used elsewhere.