Skip to content

Commit

Permalink
Merge pull request #344 from Hunterwolf88/patch-1
Browse files Browse the repository at this point in the history
update USAGE.md
  • Loading branch information
torzdf authored Apr 15, 2018
2 parents 1f91763 + e161e7a commit 9dc151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ python faceswap.py train -A ~/faceswap/data/trump -B ~/faceswap/data/cage -m ~/f
python faceswap.py train -A ~/faceswap/data/trump -B ~/faceswap/data/cage -m ~/faceswap/models/ -p
```

If you use the preview feature, select the preview window and press Q to save your processed data and quit gracefully. Without the preview enabled, you might have to forcefully quit by hitting Ctrl+C to cancel the command. Note that it will save the model once it's gone through about 100 iterations, which can take quite a while. So make sure you save before stopping the process.
If you use the preview feature, select the preview window and press ENTER to save your processed data and quit gracefully. Without the preview enabled, you might have to forcefully quit by hitting Ctrl+C to cancel the command. Note that it will save the model once it's gone through about 100 iterations, which can take quite a while. So make sure you save before stopping the process.

You can see the full list of arguments for training via help flag. i.e.

Expand Down

0 comments on commit 9dc151e

Please sign in to comment.