Progressbar

class pysgmcmc.progressbar.TrainingProgressbar(iterable, *args, **kwargs)[source]

Dummy progressbar that displays nothing and simply iterates the iterable. Used as placeholder if tqdm is not installed.

__init__(iterable, *args, **kwargs)[source]

Initialize self. See help(type(self)) for accurate signature.

__weakref__

list of weak references to the object (if defined)