desis123
desis123
how did you solve that issue , I am having same issue on ubuntu
@jedishao Did you able to find those file, because on google drive link i could not find those files
Yes I have used exactly your dataset downloaded from kaggle .. Because I like to do it on your dataset first. Yes I might miss something. Let me try it...
Yes espeak-ng having absolute path , and after rerun the code having the same issue . But as I can see #phonemizer="espeak-ng",# multi_phonemizer espeak-ng is commented out here .. if...
Thanks for reply .. I have just used following characters_config and sample down to 1000 just to see the quick result and affter just 500 epoch I have started to...
So you think it will not improve anymore ?? or should I continue at least 1000 ?
Following code works for me ``` set_device_metrics_override = dict({ "width": 375, "height": 812, "deviceScaleFactor": 50, "mobile": True }) browser = uc.Chrome(options=options) browser.execute_cdp_cmd('Emulation.setDeviceMetricsOverride', set_device_metrics_override) ```