mirror of https://github.com/coqui-ai/TTS.git
bug fix
parent
80befd1af5
commit
b09fc48a1d
|
@ -176,7 +176,7 @@ def process_args(args, model_type):
|
||||||
|
|
||||||
_ = os.path.dirname(os.path.realpath(__file__))
|
_ = os.path.dirname(os.path.realpath(__file__))
|
||||||
|
|
||||||
if model_type in "tacotron wavegrad wavernn" and c.mixed_precision:
|
if c.mixed_precision:
|
||||||
print(" > Mixed precision mode is ON")
|
print(" > Mixed precision mode is ON")
|
||||||
|
|
||||||
out_path = args.continue_path
|
out_path = args.continue_path
|
||||||
|
|
Loading…
Reference in New Issue