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
Hi everyone,
When executing the 7th step (07.run_merlin.sh) in Merlin, I'm getting error as follows:
Traceback (most recent call last):
File "/home/abc/merlin/src/run_merlin.py", line 1320, in
main_function(cfg)
File "/home/abc/merlin/src/run_merlin.py", line 622, in main_function
label_normaliser.perform_normalisation(in_label_align_file_list, binary_label_file_list, label_type=cfg.label_type)
File "/home/abc/merlin/src/frontend/linguistic_base.py", line 74, in perform_normalisation
pool.map(_perform_normalisation, range(self.utterance_num))
File "/usr/lib/python2.7/multiprocessing/pool.py", line 253, in map
return self.map_async(func, iterable, chunksize).get()
File "/usr/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
ValueError: invalid literal for int() with base 10: '0.1100'
Please someone help me in this issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi everyone,
When executing the 7th step (07.run_merlin.sh) in Merlin, I'm getting error as follows:
Traceback (most recent call last):
File "/home/abc/merlin/src/run_merlin.py", line 1320, in
main_function(cfg)
File "/home/abc/merlin/src/run_merlin.py", line 622, in main_function
label_normaliser.perform_normalisation(in_label_align_file_list, binary_label_file_list, label_type=cfg.label_type)
File "/home/abc/merlin/src/frontend/linguistic_base.py", line 74, in perform_normalisation
pool.map(_perform_normalisation, range(self.utterance_num))
File "/usr/lib/python2.7/multiprocessing/pool.py", line 253, in map
return self.map_async(func, iterable, chunksize).get()
File "/usr/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
ValueError: invalid literal for int() with base 10: '0.1100'
Please someone help me in this issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered: