Callback used to stream events to a server.
callback_remote_monitor(root = "http://localhost:9000",
path = "/publish/epoch/end/", field = "data", headers = NULL)
root url of the target server.
path relative to root to which the events will be sent.
JSON field under which the data will be stored.
Optional named list of custom HTTP headers. Defaults to:
list(Accept = "application/json",
Content-Type= "application/json")
Other callbacks: callback_csv_logger
,
callback_early_stopping
,
callback_lambda
,
callback_learning_rate_scheduler
,
callback_model_checkpoint
,
callback_progbar_logger
,
callback_reduce_lr_on_plateau
,
callback_tensorboard
,
callback_terminate_on_naan