mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-16 10:03:41 -07:00
Update Trainer.py
This commit is contained in:
parent
a8694b73f0
commit
c707fc0658
1 changed files with 3 additions and 3 deletions
|
@ -278,7 +278,7 @@ def previewThread (input_queue, output_queue):
|
|||
cv2.destroyAllWindows()
|
||||
|
||||
def main (training_data_src_dir, training_data_dst_dir, model_path, model_name, preview, **in_options):
|
||||
print ("Running trainer(preview=%s).\r\n" % (preview))
|
||||
print ("Running trainer.\r\n")
|
||||
|
||||
output_queue = queue.Queue()
|
||||
input_queue = queue.Queue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue