CSTR-Edinburgh / merlin

This is now the official location of the Merlin project.

Home Page:http://www.cstr.ed.ac.uk/projects/merlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: invalid literal for int() with base 10: '0.1100' when executing 07.run_merlin.sh script

priyanthini opened this issue · comments

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.