CoolFace
Apppublic

Clicko777/RVC_HFv2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
__init__.py13 linesDownload Raw Back to torchgate
1"""2TorchGating is a PyTorch-based implementation of Spectral Gating3================================================4Author: Asaf Zorea5 6Contents7--------8torchgate imports all the functions from PyTorch, and in addition provides:9 TorchGating       --- A PyTorch module that applies a spectral gate to an input signal10 11"""12from .torchgate import TorchGate13