facebookresearch / WavAugment

A library for speech data augmentation in time-domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPU tensor support

kargarisaac opened this issue · comments

Hey. Is there any plan to add gpu support to do augmentation on GPU?

if not torch.is_tensor(input_tensor) or input_tensor.is_cuda: