Iver Jordal

Results 121 issues of Iver Jordal

Some things, like mp3 compression, are not easy to implement in pytorch, so we have to rely on other libraries like `audiomentations` for that. Here's an example of what I...

https://github.com/asteroid-team/torch-audiomentations/pull/13#issuecomment-701253966 What are the scenarios that we want to cover?

E.g. transforms like this: https://github.com/zcaceres/spec_augment

I've trained an MNIST network. Now I basically want to know how I can input an image and classify it. By reading the docs, I understand that provide_external_data is one...

dox

I feel like it isn't limited to adding specifically _background_ noise - it could be any type of noise or actually any audio (it doesn't have to be noise although...

https://github.com/archinetai/audio-data-pytorch

documentation

- [ ] Applying offline data augmentation to a bunch of files and writing the outputs - [x] Applying the same transform to two different audios (e.g. input and target)...

documentation