mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
Fix TF bind keyboard interrupt
This commit is contained in:
parent
912f6f5ba2
commit
2682754aaf
@ -375,6 +375,8 @@ class EventTrainsWriter(object):
|
||||
val = val[:, :, [2, 1, 0]]
|
||||
else:
|
||||
val = val[:, :, [0, 1, 2]]
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
except Exception as e:
|
||||
logger = LoggerRoot.get_base_logger(TensorflowBinding)
|
||||
logger.warning('Failed decoding debug image [%s, %s, %s]' % (width, height, color_channels))
|
||||
|
Loading…
Reference in New Issue
Block a user