mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
fix vdict keys
This commit is contained in:
parent
0ccdd5db48
commit
f88b9e69f8
@ -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