"torchvision/transforms/_functional_tensor.py" did not exist on "0fd0f503a14ccf3f51d291c2f89721a7bc36c7b8"
Unverified Commit b4553de5 authored by yangarbiter's avatar yangarbiter Committed by GitHub
Browse files

Fix WaveRNN training example (#1740)

parent 29c35626
......@@ -272,6 +272,7 @@ def main(args):
n_mels=args.n_freq,
f_min=args.f_min,
mel_scale='slaney',
norm='slaney',
**melkwargs,
),
NormalizeDB(min_level_db=args.min_level_db, normalization=args.normalization),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment