Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bstriner/keras-tqdm
/ functions
Functions
23 in github.com/bstriner/keras-tqdm
⨍
Functions
23
◇
Types & classes
2
↓ 3 callers
Function
mnist_data
()
examples/mnist_model.py:32
↓ 3 callers
Function
mnist_model
(verbose=1, callbacks=[])
examples/mnist_model.py:37
↓ 2 callers
Function
build_model
()
examples/mnist_model.py:9
↓ 2 callers
Method
format_metrics
(self, logs)
keras_tqdm/tqdm_callback.py:144
↓ 2 callers
Function
generator
()
tests/fit_generator_test.py:18
↓ 2 callers
Function
mnist_generator
(n)
examples/mnist_model.py:48
↓ 2 callers
Method
tqdm
Extension point. Override to provide custom options to tqdm initializer. :param desc: Description string :param total: Total
keras_tqdm/tqdm_callback.py:50
↓ 1 callers
Method
append_logs
(self, logs)
keras_tqdm/tqdm_callback.py:135
↓ 1 callers
Method
build_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 callers
Method
build_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 callers
Function
mnist_model_generator
(verbose=1, callbacks=[])
examples/mnist_model.py:55
↓ 1 callers
Function
mnist_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
Function
fit_generator_test
()
tests/fit_generator_test.py:9
Function
fit_test
()
tests/fit_test.py:9
Method
on_batch_begin
(self, batch, logs={})
keras_tqdm/tqdm_callback.py:107
Method
on_batch_end
(self, batch, logs={})
keras_tqdm/tqdm_callback.py:110
Method
on_epoch_begin
(self, epoch, logs={})
keras_tqdm/tqdm_callback.py:78
Method
on_epoch_end
(self, epoch, logs={})
keras_tqdm/tqdm_callback.py:94
Method
on_train_begin
(self, logs={})
keras_tqdm/tqdm_callback.py:124
Method
on_train_end
(self, logs={})
keras_tqdm/tqdm_callback.py:131
Method
tqdm
Extension point. Override to provide custom options to tqdm_notebook initializer. :param desc: Description string :param tota
keras_tqdm/tqdm_notebook_callback.py:25