get_compile_config
- FullyConnected.get_compile_config()
Returns a serialized config with information for compiling the model.
This method returns a config dictionary containing all the information (optimizer, loss, metrics, etc.) with which the model was compiled.
- Returns:
A dict containing information for compiling the model.