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
다른 이슈들 보면서 해보는데 parallel 을 False 로하면
File "/home/kmusw/multi-speaker-tacotron-tensorflow/recognition/alignment.py", line 147, in align_text_batch
desc="align_text_batch", parallel=False)
File "/home/kmusw/multi-speaker-tacotron-tensorflow/utils/init.py", line 152, in parallel_run
out = fn(item)
이런 에러가 뜨고,
sorted_score[1] 을 [0] 으로 바꾸면 exact_match가 0으로 떠서 그부분 건들면 안된다하시구,
json 파일에서 지우라는 6개항목 싹다 날렸는데도 계속 에러가 뜹니다. ㅠㅠ
아래 이슈에서 에러 픽스한 alignment.py 파일로 돌려도 똑같이 에러가뜹니다
어찌합니까~
The text was updated successfully, but these errors were encountered:
다른 이슈들 보면서 해보는데 parallel 을 False 로하면
File "/home/kmusw/multi-speaker-tacotron-tensorflow/recognition/alignment.py", line 147, in align_text_batch
desc="align_text_batch", parallel=False)
File "/home/kmusw/multi-speaker-tacotron-tensorflow/utils/init.py", line 152, in parallel_run
out = fn(item)
이런 에러가 뜨고,
sorted_score[1] 을 [0] 으로 바꾸면 exact_match가 0으로 떠서 그부분 건들면 안된다하시구,
json 파일에서 지우라는 6개항목 싹다 날렸는데도 계속 에러가 뜹니다. ㅠㅠ
아래 이슈에서 에러 픽스한 alignment.py 파일로 돌려도 똑같이 에러가뜹니다
어찌합니까~
The text was updated successfully, but these errors were encountered: