deephyper.nas.losses.load_attr#

deephyper.nas.losses.load_attr(str_full_module)[source]#

Loadd attribute from module.

Parameters

str_full_module (str) – string of the form {module_name}.{attr}.

Returns

the attribute.

Return type

Any