removed wrong line

This commit is contained in:
JanFschr 2021-11-22 20:06:22 +01:00 committed by GitHub
commit 37a361a300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -341,8 +341,7 @@ def handle_tensorboard_op(input):
log_tensorboard_previews(step, previews, 'preview', train_summary_writer)
if static_previews is not None:
log_tensorboard_previews(step, static_previews, 'static_preview', train_summary_writer)
c2s.put({'op': 'close'})
class Zoom(Enum):
ZOOM_25 = (1 / 4, '25%')