This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
How to apply augmentation to audio data #1375
Unanswered
talhaanwarch
asked this question in
Data / pipelines
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am checking how to apply augmentation
I tried this
from flash.audio.classification.input_transform import AudioClassificationInputTransform
transform=AudioClassificationInputTransform(freq_mask_param=10,spectrogram_size=(128,128),time_mask_param=10)
but when i do
test=next(iter(datamodule.train_dataloader()))
It throw following error
Beta Was this translation helpful? Give feedback.
All reactions