-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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).
Line 121 in bb4e7ef
log = {'err': [], 'loss': []} |
Metadata
Metadata
Assignees
Labels
No labels