/
Player1244
/
KANOYO-RVC
Обзор
Документация
Войти
/
Player1244
/
KANOYO-RVC
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/torchgate/__init__.py
12 строк
358 B
Kanoyo
aaaaaaa
09 май 2024, 02:40
09 май 2024, 02:40
e00413e
Код
Авторство
О чём код?
""" 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