asteroid-team / torch-audiomentations

Fast audio data augmentation in PyTorch. Inspired by audiomentations. Useful for deep learning.
MIT License
969 stars 88 forks source link

Don't override nn.Module.parameters #49

Closed iver56 closed 4 years ago

iver56 commented 4 years ago

We should come up with a different name that doesn't interfere with the nn.Module.parameters method

mogwai commented 4 years ago

transform_parameters?

iver56 commented 4 years ago

Sure, that works for me