mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
update wavernn test config, delete cap=True
This commit is contained in:
committed by
Eren Gölge
parent
b1e3160884
commit
5e2bc8c99f
@@ -61,7 +61,7 @@ def plot_results(y_hat, y, ap, global_step, name_prefix):
|
||||
return figures
|
||||
|
||||
|
||||
def to_camel(text, cap=True):
|
||||
def to_camel(text):
|
||||
text = text.capitalize()
|
||||
return re.sub(r'(?!^)_([a-zA-Z])', lambda m: m.group(1).upper(), text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user