save_own_variables
- FullyConnected.save_own_variables(store)
- Saves the state of the layer. - You can override this method to take full control of how the state of the layer is saved upon calling model.save(). - Parameters:
- store – Dict where the state of the model will be saved.