mirror of
https://github.com/clearml/clearml
synced 2025-04-15 21:12:54 +00:00
Merge pull request #54 from iou2much/hotfix_fix_vdict_keys
fix vdict keys
This commit is contained in:
commit
82ff2881cf
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user