Skip to content

Allow you to initialize the weights of a model, by reusing to weights of a previous model.

Notifications You must be signed in to change notification settings

thib-s/keras_warmstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

keras_warmstarter

Ever wanted to use weights of your previous model to initialize you new model? But here's the catch: you can't do this if the layer's shape has changed. keras_warmstarter reshape the kernel such that the new layer compute a function which is close to the old layer.

About

Allow you to initialize the weights of a model, by reusing to weights of a previous model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages