LostTech.TensorFlow : API Documentation

Type training_arrays

Namespace tensorflow.python.keras.engine.training_arrays

Public static methods

object model_iteration(Model model, IEnumerable<IGraphNodeBase> inputs, ndarray targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, object inputs, IGraphNodeBase targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, object inputs, int targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, object inputs, HDF5Matrix targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, object inputs, Dataset targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, object inputs, IEnumerable<object> targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, object inputs, IDictionary<string, object> targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, object inputs, ndarray targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, IEnumerable<IGraphNodeBase> inputs, object targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, IEnumerable<IGraphNodeBase> inputs, IGraphNodeBase targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, IEnumerable<IGraphNodeBase> inputs, int targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, IEnumerable<IGraphNodeBase> inputs, HDF5Matrix targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, IEnumerable<IGraphNodeBase> inputs, Dataset targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, IEnumerable<IGraphNodeBase> inputs, IEnumerable<object> targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, IEnumerable<IGraphNodeBase> inputs, IDictionary<string, object> targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, object inputs, object targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(object model, IEnumerable<IGraphNodeBase> inputs, ndarray targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, object inputs, IGraphNodeBase targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, object inputs, int targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, object inputs, HDF5Matrix targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, object inputs, Dataset targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, object inputs, IEnumerable<object> targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, object inputs, IDictionary<string, object> targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, object inputs, ndarray targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, IEnumerable<IGraphNodeBase> inputs, object targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, IEnumerable<IGraphNodeBase> inputs, IGraphNodeBase targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, IEnumerable<IGraphNodeBase> inputs, int targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, IEnumerable<IGraphNodeBase> inputs, HDF5Matrix targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, IEnumerable<IGraphNodeBase> inputs, Dataset targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, IEnumerable<IGraphNodeBase> inputs, IEnumerable<object> targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, IEnumerable<IGraphNodeBase> inputs, IDictionary<string, object> targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration(Model model, object inputs, object targets, object sample_weights, Nullable<int> batch_size, int epochs, int verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, int initial_epoch, object steps_per_epoch, Nullable<int> validation_steps, int validation_freq, ImplicitContainer<T> mode, bool validation_in_fit, bool prepared_feed_values_from_dataset, string steps_name, IDictionary<string, object> kwargs)

object model_iteration_dyn(object model, object inputs, object targets, object sample_weights, object batch_size, ImplicitContainer<T> epochs, ImplicitContainer<T> verbose, object callbacks, object val_inputs, object val_targets, object val_sample_weights, ImplicitContainer<T> shuffle, ImplicitContainer<T> initial_epoch, object steps_per_epoch, object validation_steps, ImplicitContainer<T> validation_freq, ImplicitContainer<T> mode, ImplicitContainer<T> validation_in_fit, ImplicitContainer<T> prepared_feed_values_from_dataset, ImplicitContainer<T> steps_name, IDictionary<string, object> kwargs)

Public properties

PythonFunctionContainer ArrayLikeTrainingLoop_fn get;

Delegate fit_loop get; set;

object fit_loop_dyn get; set;

PythonFunctionContainer model_iteration_fn get;

Delegate predict_loop get; set;

object predict_loop_dyn get; set;

Delegate test_loop get; set;

object test_loop_dyn get; set;

Public fields

object issparse

return object