MCPcopy Create free account
hub / github.com/Lasagne/Recipes / progress

Function progress

papers/densenet/progress.py:16–41  ·  view source on GitHub ↗

Returns a generator over `items`, printing the number and percentage of items processed and the estimated remaining processing time before yielding the next item. `total` gives the total number of items (required if `items` has no length), and `min_delay` gives the minimum time in s

(items, desc='', total=None, min_delay=0.1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected