brain
brain copied to clipboard
Start off with initial weights
This is a feature request and I'd be happy to work on this and submit a PR, but what do you think about giving the option to start off with initial weights? This can make training much faster if the user already has perhaps some pretrained data?
Hi,
I've submited two days ago a PR that should resolve this problem. The submitted PR includes code to manage a new training option called "inizialization" that can be set to true or false. I thought that is very important to have this feature. In my case I always needed to mantain weights without loosing them on reiterated train calls.
Hope to seed the change integrated into the project.
Compliment to Harthur and all Contributors for this beautiful and simple library.
Love it! Thanks @antoniodeluca !
See https://github.com/harthur/brain/pull/63