Skip to content

Commit

Permalink
32k config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Sep 5, 2024
1 parent d16c1c5 commit 4403205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wenet/codec/vocos_low_latency/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def main():
seed=2024)
device = torch.device(args.device)
# init model
model_config = vocos_config()
model_config = vocos_config(input_size=128, n_fft=2048, hop_length=640)
model = Vocosv1(model_config)
multiperioddisc = MultiPeriodDiscriminator()
multiresddisc = MultiResolutionDiscriminator()
Expand Down

0 comments on commit 4403205

Please sign in to comment.