Skip to content

Verbosity should be set to 0 #2

Description

@subhankar-ghosh

Hi,

I think the verbosity here:
def log(self, step, data, verbosity=1):
https://github.com/NVIDIA/dllogger/blob/master/dllogger/logger.py#L57
should be set to verbosity=0 because the DEFAULT value is 0. So, any backend other than VERBOSE will not be logging anything. which means DEFAULT is similar to OFF state.

Am I correct here or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions