Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
class
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
38
class
Net2DataFlow(DataFlow):
Callers
3
eval
Function · 0.45
eval
Function · 0.45
convert
Function · 0.45
Calls
1
get_mfccs_and_phones
Function · 0.85
Tested by
no test coverage detected