Skip to content

Commit

Permalink
Merge branch 'master' into shuai-dev-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
wsstriving authored Nov 13, 2023
2 parents 8374f91 + dd02196 commit 35fef8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wespeaker/cli/speaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ def get_args():
parser.add_argument('--vad',
action='store_true',
help='whether to do VAD or not')
parser.add_argument('-g',
'--gpu',
type=int,
default=-1,
help='which gpu to use (number <0 means using cpu)')
parser.add_argument('--output_file',
help='output file to save speaker embedding')
args = parser.parse_args()
Expand Down

0 comments on commit 35fef8c

Please sign in to comment.