Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
priyanthini opened this issue Jul 15, 2020 · 0 comments

Comments

@priyanthini
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant