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
data_function.TextMelLoader Class Reference
Inheritance diagram for data_function.TextMelLoader:
Collaboration diagram for data_function.TextMelLoader:

Public Member Functions

def __init__ (self, dataset_path, audiopaths_and_text, args)
 
def get_mel_text_pair (self, audiopath_and_text)
 
def get_mel (self, filename)
 
def get_text (self, text)
 
def __getitem__ (self, index)
 
def __len__ (self)
 

Public Attributes

 audiopaths_and_text
 
 text_cleaners
 
 max_wav_value
 
 sampling_rate
 
 load_mel_from_disk
 
 stft
 

Detailed Description

    1) loads audio,text pairs
    2) normalizes text and converts them to sequences of one-hot vectors
    3) computes mel-spectrograms from audio files.

Constructor & Destructor Documentation

◆ __init__()

def data_function.TextMelLoader.__init__ (   self,
  dataset_path,
  audiopaths_and_text,
  args 
)

Member Function Documentation

◆ get_mel_text_pair()

def data_function.TextMelLoader.get_mel_text_pair (   self,
  audiopath_and_text 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_mel()

def data_function.TextMelLoader.get_mel (   self,
  filename 
)
Here is the caller graph for this function:

◆ get_text()

def data_function.TextMelLoader.get_text (   self,
  text 
)
Here is the caller graph for this function:

◆ __getitem__()

def data_function.TextMelLoader.__getitem__ (   self,
  index 
)
Here is the call graph for this function:

◆ __len__()

def data_function.TextMelLoader.__len__ (   self)

Member Data Documentation

◆ audiopaths_and_text

data_function.TextMelLoader.audiopaths_and_text

◆ text_cleaners

data_function.TextMelLoader.text_cleaners

◆ max_wav_value

data_function.TextMelLoader.max_wav_value

◆ sampling_rate

data_function.TextMelLoader.sampling_rate

◆ load_mel_from_disk

data_function.TextMelLoader.load_mel_from_disk

◆ stft

data_function.TextMelLoader.stft

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