MissedWeightsStrategy
This strategy defines the behaviour during weights' loading if the weights are not found in the h5 file by the standard Keras paths.
Entries
LOAD_CUSTOM_PATH
Link copied to clipboard
Content copied to clipboard
In this case the loader should try to load them by the alternative path proposed by the user.
INITIALIZE
Link copied to clipboard
Content copied to clipboard
In this case the missed weights should be filled via initializer.