mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 21:13:20 -07:00
removed wrong line
This commit is contained in:
parent
5995abbdc0
commit
37a361a300
1 changed files with 1 additions and 2 deletions
|
@ -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%')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue