Skip to content

Commit

Permalink
CI - Update simple_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Mar 21, 2021
1 parent 002534d commit c830aa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _travis/simple_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ def train_args(model, model_path, faces, alignments, iterations=5, batchsize=8,
""" Train command """
py_exe = sys.executable
args = "%s faceswap.py train -A %s -B %s -m %s -t %s -bs %i -it %s %s" % (
py_exe, faces, alignments, faces,
alignments, model_path, model, batchsize, iterations, extra_args
py_exe, faces, faces, model_path, model, batchsize, iterations, extra_args
)
return args.split()

Expand Down

0 comments on commit c830aa1

Please sign in to comment.