MCPcopy Index your code

hub / github.com/bstriner/keras-tqdm / functions

Functions23 in github.com/bstriner/keras-tqdm

↓ 3 callersFunctionmnist_data
()
examples/mnist_model.py:32
↓ 3 callersFunctionmnist_model
(verbose=1, callbacks=[])
examples/mnist_model.py:37
↓ 2 callersFunctionbuild_model
()
examples/mnist_model.py:9
↓ 2 callersMethodformat_metrics
(self, logs)
keras_tqdm/tqdm_callback.py:144
↓ 2 callersFunctiongenerator
()
tests/fit_generator_test.py:18
↓ 2 callersFunctionmnist_generator
(n)
examples/mnist_model.py:48
↓ 2 callersMethodtqdm
Extension point. Override to provide custom options to tqdm initializer. :param desc: Description string :param total: Total
keras_tqdm/tqdm_callback.py:50
↓ 1 callersMethodappend_logs
(self, logs)
keras_tqdm/tqdm_callback.py:135
↓ 1 callersMethodbuild_tqdm_inner
Extension point. Override to provide custom options to inner progress bars (Batch loop) :param desc: Description :param total
keras_tqdm/tqdm_callback.py:69
↓ 1 callersMethodbuild_tqdm_outer
Extension point. Override to provide custom options to outer progress bars (Epoch loop) :param desc: Description :param total
keras_tqdm/tqdm_callback.py:60
↓ 1 callersFunctionmnist_model_generator
(verbose=1, callbacks=[])
examples/mnist_model.py:55
↓ 1 callersFunctionmnist_process
(x, y)
examples/mnist_model.py:28
Method__init__
Construct a callback that will create and update progress bars. :param outer_description: string for outer progress bar :par
keras_tqdm/tqdm_callback.py:10
Method__init__
(self, outer_description="Training", inner_description_initial="Epoch {epoch
keras_tqdm/tqdm_notebook_callback.py:7
Functionfit_generator_test
()
tests/fit_generator_test.py:9
Functionfit_test
()
tests/fit_test.py:9
Methodon_batch_begin
(self, batch, logs={})
keras_tqdm/tqdm_callback.py:107
Methodon_batch_end
(self, batch, logs={})
keras_tqdm/tqdm_callback.py:110
Methodon_epoch_begin
(self, epoch, logs={})
keras_tqdm/tqdm_callback.py:78
Methodon_epoch_end
(self, epoch, logs={})
keras_tqdm/tqdm_callback.py:94
Methodon_train_begin
(self, logs={})
keras_tqdm/tqdm_callback.py:124
Methodon_train_end
(self, logs={})
keras_tqdm/tqdm_callback.py:131
Methodtqdm
Extension point. Override to provide custom options to tqdm_notebook initializer. :param desc: Description string :param tota
keras_tqdm/tqdm_notebook_callback.py:25