Hugo Flores Garcia commited on
Commit
34fcef9
·
1 Parent(s): b54865d

fix volumenorm t -24

Browse files
Files changed (1) hide show
  1. scripts/exp/train.py +1 -3
scripts/exp/train.py CHANGED
@@ -59,9 +59,7 @@ IGNORE_INDEX = -100
59
  @argbind.bind("train", "val", without_prefix=True)
60
  def build_transform():
61
  transform = transforms.Compose(
62
- tfm.VolumeNorm(("uniform", -32, -20)),
63
- tfm.VolumeChange(("uniform", -6, 3)),
64
- tfm.RescaleAudio(),
65
  )
66
  return transform
67
 
 
59
  @argbind.bind("train", "val", without_prefix=True)
60
  def build_transform():
61
  transform = transforms.Compose(
62
+ tfm.VolumeNorm(("uniform", -24)),
 
 
63
  )
64
  return transform
65