2023-09-03 07:57:31 +02:00
|
|
|
"""
|
|
|
|
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
|
|
|
|
|
|
|
|
"""
|
2024-01-26 09:10:04 +01:00
|
|
|
|
2023-09-03 07:57:31 +02:00
|
|
|
from .torchgate import TorchGate
|