compile_from_config
- FullyConnected.compile_from_config(config)
Compiles the model with the information given in config.
This method uses the information in the config (optimizer, loss, metrics, etc.) to compile the model.
- Parameters:
config – Dict containing information for compiling the model.