LostTech.TensorFlow : API Documentation

Type RemoteMonitor

Namespace tensorflow.keras.callbacks

Parent Callback

Interfaces IRemoteMonitor

Callback used to stream events to a server.

Requires the `requests` library. Events are sent to `root + '/publish/epoch/end/'` by default. Calls are HTTP POST, with a `data` argument which is a JSON-encoded dictionary of event data. If send_as_json is set to True, the content type of the request will be application/json. Otherwise the serialized JSON will be sent within a form.

Properties

Public properties

string field get; set;

object headers get; set;

object model get; set;

object params get; set;

string path get; set;

object PythonObject get;

string root get; set;

bool send_as_json get; set;

object validation_data get; set;