mirror of
https://github.com/zebrajr/faceswap.git
synced 2026-01-15 12:15:15 +00:00
bugfix: tests - change -it switch to -i
This commit is contained in:
@@ -94,7 +94,7 @@ def train_args(model, model_path, faces, iterations=1, batchsize=2, extra_args="
|
||||
""" Train command """
|
||||
py_exe = sys.executable
|
||||
args = (f"{py_exe} faceswap.py train -A {faces} -B {faces} -m {model_path} -t {model} "
|
||||
f"-b {batchsize} -it {iterations} {extra_args}")
|
||||
f"-b {batchsize} -i {iterations} {extra_args}")
|
||||
return args.split()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user