RVC_HF_V2 / tools /torchgate /__init__.py
Blane187's picture
Upload folder using huggingface_hub
3b3ec3e verified
raw
history blame contribute delete
359 Bytes
"""
TorchGating is a PyTorch-based implementation of Spectral Gating
================================================
Author: Asaf Zorea
Contents
--------
torchgate imports all the functions from PyTorch, and in addition provides:
TorchGating --- A PyTorch module that applies a spectral gate to an input signal
"""
from .torchgate import TorchGate