Skip to content

Commit

Permalink
bugfix: tests - change -it switch to -i
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Apr 6, 2024
1 parent b1caa03 commit 118e615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simple_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit 118e615

Please sign in to comment.