to_json

FullyConnected.to_json(**kwargs)

Returns a JSON string containing the network configuration.

To load a network from a JSON save file, use keras.models.model_from_json(json_string, custom_objects={}).

Parameters:

**kwargs – Additional keyword arguments to be passed to *json.dumps().

Returns:

A JSON string.