scimba_torch.utils.verbosity

Verbosity utilities for scimba_torch.

Functions

get_verbosity()

Get the verbosity level of scimba.

print_torch_setting()

Print torch device and default floating point format.

set_verbosity(verbose)

Set the verbosity level of scimba.

print_torch_setting()[source]

Print torch device and default floating point format.

Return type:

None

get_verbosity()[source]

Get the verbosity level of scimba.

Return type:

bool

Returns:

the current verbosity.

set_verbosity(verbose)[source]

Set the verbosity level of scimba.

Parameters:

verbose (bool) – the wanted verbosity

Return type:

None