Skip to content

parameter overriding #46

Description

@vineetbansal

I just noticed that the dictionary log ends up overwriting the parameter log, which is problematic because later in the code I see more if log: checks, which were presumably meant to check the parameter and not the dictionary (which will never evaluate to False as long as it has any keys).

log = {'err': [], 'loss': []}

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