Merge pull request #54 from iou2much/hotfix_fix_vdict_keys

fix vdict keys
This commit is contained in:
Allegro AI 2019-11-13 12:04:39 +02:00 committed by GitHub
commit 82ff2881cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -519,7 +519,7 @@ class EventTrainsWriter(object):
self._add_plot(tag, step, values, vdict)
else:
LoggerRoot.get_base_logger(TensorflowBinding).debug('Event unsupported. tag = %s, vdict keys [%s]'
% (tag, ', '.join(vdict.keys)))
% (tag, ', '.join(vdict.keys())))
continue
def get_logdir(self):