mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-21 22:13:20 -07:00
fix: typo in trainer
This commit is contained in:
parent
2b7db2c66d
commit
00ec398183
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ def main(**kwargs):
|
|||
while True:
|
||||
if not c2s.empty():
|
||||
item = c2s.get()
|
||||
op = input['op']
|
||||
op = item['op']
|
||||
if op == 'show':
|
||||
is_waiting_preview = False
|
||||
loss_history = item['loss_history'] if 'loss_history' in item.keys() else None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue