MCPcopy
hub / github.com/andabi/deep-voice-conversion / get_data

Method get_data

data_load.py:32–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30class Net1DataFlow(DataFlow):
31
32 def get_data(self):
33 while True:
34 wav_file = random.choice(self.wav_files)
35 yield get_mfccs_and_phones(wav_file=wav_file)
36
37
38class Net2DataFlow(DataFlow):

Callers 3

evalFunction · 0.45
evalFunction · 0.45
convertFunction · 0.45

Calls 1

get_mfccs_and_phonesFunction · 0.85

Tested by

no test coverage detected