You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
이 코드를 입력 후 list index out of range 오류가 떠서 recognition.json에서 하기 텍스트를 삭제하였습니다.
NB11653121
NB11663681
NB11684780
NB11702006
NB11722589
NB11740377
NB11771397
그랬더니 이제는 이러한 오류가 뜨네요 해결방법이 있을까요?
Traceback (most recent call last):
File "C:\Users\bgh93.conda\envs\voice\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\bgh93.conda\envs\voice\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "D:\다운로드\git_hub\multi-Speaker-tacotron-tensorflow\recognition\alignment.py", line 172, in
results = align_text_batch(config)
File "D:\다운로드\git_hub\multi-Speaker-tacotron-tensorflow\recognition\alignment.py", line 151, in align_text_batch
desc="align_text_batch", parallel=True)
File "D:\다운로드\git_hub\multi-Speaker-tacotron-tensorflow\utils_init.py", line 147, in parallel_run
fn, items), total=len(items), desc=desc):
File "C:\Users\bgh93.conda\envs\voice\lib\site-packages\tqdm_tqdm.py", line 949, in iter
for obj in iterable:
File "C:\Users\bgh93.conda\envs\voice\lib\multiprocessing\pool.py", line 735, in next
raise value
File "", line 1
-08
^
The text was updated successfully, but these errors were encountered:
관련 리포트보러가기"EGR 열 충격 파손 위험" BMW는 2016년부터 알고 있었다박소연 기자 / 2018-08-08 20:16더구나 이에 대한 문제의 가능성은 이미 2년 전부터 파악했던 것으로 알려졌죠.
1개의 문장(혹은 라인)이 이런식으로 구성되어 있을 수 있는데,
이때 "~ / 2018-08-08더구나..~" 이부분에서 오류가 발생 하는 것입니다.
위 문장의 앞 부분
관련 리포트보러가기"EGR 열 충격 파손 위험" BMW는 2016년부터 알고 있었다박소연 기자 / 2018-08-08 20:16 << 을 삭제하고
더구나 이에 대한 문제의 가능성은 이미 2년 전부터 파악했던 것으로 알려졌죠. << 로 바꿔주시면됩니다.
python -m recognition.alignment --recognition_path "./datasets/son/recognition.json" --score_threshold=0.5
이 코드를 입력 후 list index out of range 오류가 떠서 recognition.json에서 하기 텍스트를 삭제하였습니다.
NB11653121
NB11663681
NB11684780
NB11702006
NB11722589
NB11740377
NB11771397
그랬더니 이제는 이러한 오류가 뜨네요 해결방법이 있을까요?
Traceback (most recent call last):
File "C:\Users\bgh93.conda\envs\voice\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\bgh93.conda\envs\voice\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "D:\다운로드\git_hub\multi-Speaker-tacotron-tensorflow\recognition\alignment.py", line 172, in
results = align_text_batch(config)
File "D:\다운로드\git_hub\multi-Speaker-tacotron-tensorflow\recognition\alignment.py", line 151, in align_text_batch
desc="align_text_batch", parallel=True)
File "D:\다운로드\git_hub\multi-Speaker-tacotron-tensorflow\utils_init.py", line 147, in parallel_run
fn, items), total=len(items), desc=desc):
File "C:\Users\bgh93.conda\envs\voice\lib\site-packages\tqdm_tqdm.py", line 949, in iter
for obj in iterable:
File "C:\Users\bgh93.conda\envs\voice\lib\multiprocessing\pool.py", line 735, in next
raise value
File "", line 1
-08
^
The text was updated successfully, but these errors were encountered: