MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / get_tqdm

Function get_tqdm

tensorpack/utils/utils.py:228–231  ·  view source on GitHub ↗

Similar to :func:`tqdm.tqdm()`, but use tensorpack's default options to have consistent style.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

226
227
228def get_tqdm(*args, **kwargs):
229 """ Similar to :func:`tqdm.tqdm()`,
230 but use tensorpack's default options to have consistent style. """
231 return tqdm(*args, **get_tqdm_kwargs(**kwargs))
232
233
234def find_library_full_path(name):

Callers 14

eval_with_funcsFunction · 0.90
compute_mean_stdFunction · 0.90
eval_with_funcsFunction · 0.90
_init_memoryMethod · 0.90
_fake_init_memoryMethod · 0.90
predict_dataflowFunction · 0.90
get_resultMethod · 0.85
get_resultMethod · 0.85
find_keysMethod · 0.85
startMethod · 0.85
saveMethod · 0.85
saveMethod · 0.85

Calls 1

get_tqdm_kwargsFunction · 0.85

Tested by

no test coverage detected