Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
tgritsaev
/
audio_check
like
0
License:
apache-2.0
Model card
Files
Files and versions
Community
main
audio_check
/
automatic-speech-recognition
/
hw_asr
/
augmentations
/
base.py
tgritsaev
Upload 198 files
affcd23
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
from
torch
import
Tensor
class
AugmentationBase
:
def
__call__
(
self, data: Tensor
) -> Tensor:
raise
NotImplementedError()