load_own_variables
- FullyConnected.load_own_variables(store)
- Loads the state of the layer. - You can override this method to take full control of how the state of the layer is loaded upon calling keras.models.load_model(). - Parameters:
- store – Dict from which the state of the model will be loaded.