TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
denoiser.Denoiser Class Reference
Inheritance diagram for denoiser.Denoiser:
Collaboration diagram for denoiser.Denoiser:

Public Member Functions

def __init__ (self, waveglow, filter_length=1024, n_overlap=4, win_length=1024, mode='zeros')
 
def forward (self, audio, strength=0.1)
 

Public Attributes

 stft
 

Detailed Description

Removes model bias from audio produced with waveglow 

Constructor & Destructor Documentation

◆ __init__()

def denoiser.Denoiser.__init__ (   self,
  waveglow,
  filter_length = 1024,
  n_overlap = 4,
  win_length = 1024,
  mode = 'zeros' 
)

Member Function Documentation

◆ forward()

def denoiser.Denoiser.forward (   self,
  audio,
  strength = 0.1 
)

Member Data Documentation

◆ stft

denoiser.Denoiser.stft

The documentation for this class was generated from the following file: