Skip to content

Commit

Permalink
fix for review
Browse files Browse the repository at this point in the history
  • Loading branch information
yt605155624 committed Dec 9, 2022
1 parent 901ef69 commit b3da623
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions paddlespeech/t2s/exps/PTQ_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def parse_args():
'fastspeech2_aishell3',
'fastspeech2_ljspeech',
'fastspeech2_vctk',
'tacotron2_csmsc',
'fastspeech2_mix',
'pwgan_csmsc',
'pwgan_aishell3',
Expand All @@ -43,7 +42,6 @@ def parse_args():
'hifigan_aishell3',
'hifigan_ljspeech',
'hifigan_vctk',
'wavernn_csmsc',
],
help='Choose model type of tts task.')

Expand Down Expand Up @@ -111,7 +109,6 @@ def quantize(args):
place = paddle.CUDAPlace(0) if args.ngpu > 0 else paddle.CPUPlace()
with jsonlines.open(args.dev_metadata, 'r') as reader:
dev_metadata = list(reader)
# dev_metadata = dev_metadata[:args.batch_size]

dataloader = get_dev_dataloader(
dev_metadata=dev_metadata,
Expand Down

0 comments on commit b3da623

Please sign in to comment.