SciSharp / SiaNet

An easy to use C# deep learning library with CUDA/OpenCL support
https://scisharp.github.io/SiaNet
MIT License
380 stars 83 forks source link

Training Stop criteria as the sequential model is stopping only after finishing the given epochs. #14

Closed deepakkumar1984 closed 6 years ago

deepakkumar1984 commented 6 years ago

Ability to stop the training using certain conditions is met. For eg. when the accuracy reached 95% stop the training and save the model.

nikosdim1 commented 6 years ago

Hi Deepak ! is there any news from this issue ? Thank u

deepakkumar1984 commented 6 years ago

Hi,

I can provide a public variable in Sequential class to cancel training. hopefully that will work

On Thu, Jan 4, 2018 at 6:26 AM, Nick Voutouras notifications@github.com wrote:

Hi Deepak ! is there any news from this issue ? Thank u

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/deepakkumar1984/SiaNet/issues/14#issuecomment-355295043, or mute the thread https://github.com/notifications/unsubscribe-auth/AGCQKUVOEcVQ1HMkcAPdwDb9ufZ2MekXks5tHN-GgaJpZM4Qv3ST .

-- Regards, Deepak

deepakkumar1984 commented 6 years ago

Implemented