MissedWeightsStrategy

enum MissedWeightsStrategy : Enum<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

In this case the loader should try to load them by the alternative path proposed by the user.

INITIALIZE
Link copied to clipboard

In this case the missed weights should be filled via initializer.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int