Type callbacks
Namespace tensorflow.python.keras.callbacks
Methods
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks
- configure_callbacks_dyn
- make_logs
- make_logs
- make_logs
- make_logs_dyn
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters
- set_callback_parameters_dyn
Properties
- BaseLogger_fn
- Callback_fn
- CallbackList_fn
- configure_callbacks_fn
- CSVLogger_fn
- EarlyStopping_fn
- History_fn
- LambdaCallback_fn
- LearningRateScheduler_fn
- make_logs_fn
- ModelCheckpoint_fn
- ProgbarLogger_fn
- ReduceLROnPlateau_fn
- RemoteMonitor_fn
- set_callback_parameters_fn
- TensorBoard_fn
- TerminateOnNaN_fn
Fields
Public static methods
CallbackList configure_callbacks(CallbackList callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, object samples, bool verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(CallbackList callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, object samples, int verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(CallbackList callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IGraphNodeBase samples, int verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(CallbackList callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IGraphNodeBase samples, bool verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(CallbackList callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, int samples, int verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(CallbackList callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, int samples, bool verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(CallbackList callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IEnumerable<object> samples, int verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(CallbackList callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IEnumerable<object> samples, bool verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(IEnumerable<Callback> callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, object samples, int verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(IEnumerable<Callback> callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, object samples, bool verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(IEnumerable<Callback> callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IGraphNodeBase samples, bool verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(IEnumerable<Callback> callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, int samples, int verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(IEnumerable<Callback> callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, int samples, bool verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(IEnumerable<Callback> callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IGraphNodeBase samples, int verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(IEnumerable<Callback> callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IEnumerable<object> samples, bool verbose, string count_mode, ImplicitContainer<T> mode)
CallbackList configure_callbacks(IEnumerable<Callback> callbacks, object model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IEnumerable<object> samples, int verbose, string count_mode, ImplicitContainer<T> mode)
object configure_callbacks_dyn(object callbacks, object model, ImplicitContainer<T> do_validation, object batch_size, object epochs, object steps_per_epoch, object samples, ImplicitContainer<T> verbose, ImplicitContainer<T> count_mode, ImplicitContainer<T> mode)
IDictionary<object, object> make_logs(object model, IDictionary<object, object> logs, object outputs, string mode, string prefix)
IDictionary<object, object> make_logs(object model, IDictionary<object, object> logs, PythonClassContainer outputs, string mode, string prefix)
IDictionary<object, object> make_logs(object model, IDictionary<object, object> logs, IEnumerable<object> outputs, string mode, string prefix)
object make_logs_dyn(object model, object logs, object outputs, object mode, ImplicitContainer<T> prefix)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IGraphNodeBase steps_per_epoch, IGraphNodeBase samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IGraphNodeBase steps_per_epoch, object samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IEnumerable<object> samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, int samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IGraphNodeBase samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, int steps_per_epoch, IGraphNodeBase samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, int steps_per_epoch, IEnumerable<object> samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, int steps_per_epoch, int samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IEnumerable<object> steps_per_epoch, object samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IEnumerable<object> steps_per_epoch, IGraphNodeBase samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IEnumerable<object> steps_per_epoch, int samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IEnumerable<object> steps_per_epoch, IEnumerable<object> samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IGraphNodeBase steps_per_epoch, int samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, object samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IGraphNodeBase steps_per_epoch, IEnumerable<object> samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IGraphNodeBase steps_per_epoch, int samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, int steps_per_epoch, IGraphNodeBase samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IGraphNodeBase steps_per_epoch, IGraphNodeBase samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IGraphNodeBase steps_per_epoch, object samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IEnumerable<object> samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, int samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, IGraphNodeBase samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, object steps_per_epoch, object samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, int steps_per_epoch, object samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IGraphNodeBase steps_per_epoch, IEnumerable<object> samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IEnumerable<object> steps_per_epoch, IEnumerable<object> samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IEnumerable<object> steps_per_epoch, int samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IEnumerable<object> steps_per_epoch, IGraphNodeBase samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, IEnumerable<object> steps_per_epoch, object samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, int steps_per_epoch, IEnumerable<object> samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(IEnumerable<object> callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, int steps_per_epoch, int samples, int verbose, ImplicitContainer<T> mode)
void set_callback_parameters(CallbackList callback_list, Model model, bool do_validation, Nullable<int> batch_size, Nullable<int> epochs, int steps_per_epoch, object samples, int verbose, ImplicitContainer<T> mode)
object set_callback_parameters_dyn(object callback_list, object model, ImplicitContainer<T> do_validation, object batch_size, object epochs, object steps_per_epoch, object samples, ImplicitContainer<T> verbose, ImplicitContainer<T> mode)
Public properties
PythonFunctionContainer BaseLogger_fn get;
PythonFunctionContainer Callback_fn get;
PythonFunctionContainer CallbackList_fn get;
PythonFunctionContainer configure_callbacks_fn get;
PythonFunctionContainer CSVLogger_fn get;
PythonFunctionContainer EarlyStopping_fn get;
PythonFunctionContainer History_fn get;
PythonFunctionContainer LambdaCallback_fn get;
PythonFunctionContainer LearningRateScheduler_fn get;
PythonFunctionContainer make_logs_fn get;
PythonFunctionContainer ModelCheckpoint_fn get;
PythonFunctionContainer ProgbarLogger_fn get;
PythonFunctionContainer ReduceLROnPlateau_fn get;
PythonFunctionContainer RemoteMonitor_fn get;
PythonFunctionContainer set_callback_parameters_fn get;
PythonFunctionContainer TensorBoard_fn get;
PythonFunctionContainer TerminateOnNaN_fn get;
Public fields
object requests
return object
|