LostTech.TensorFlow : API Documentation

Type IterationCountEstimator

Namespace tensorflow_estimator.python.estimator.tpu.iteration_count_estimator

Parent PythonObjectContainer

Interfaces IIterationCountEstimator

Public instance methods

int get(object total_secs)

Retrieves a Keras Optimizer instance.
Returns
int
A Keras Optimizer instance.

object get_dyn(object total_secs)

Returns the FileWriter for the specified directory.
Returns
object
A `FileWriter`.

void update(double runtime_secs, int count)

object update_dyn(object runtime_secs, object count)

Updates the progress bar.

Public static methods

IterationCountEstimator NewDyn(ImplicitContainer<T> capacity)

DEPRECATED FUNCTION ARGUMENTS

Warning: SOME ARGUMENTS ARE DEPRECATED: `(dtype)`. They will be removed in a future version. Instructions for updating: Call initializer instance with the dtype argument instead of passing it to the constructor

Public properties

object PythonObject get;