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

UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 #40

Open
ArtemisZGL opened this issue Jun 24, 2021 · 0 comments
Open

UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 #40

ArtemisZGL opened this issue Jun 24, 2021 · 0 comments

Comments

@ArtemisZGL
Copy link

how to set the param when converting ? I don't have the trans model but all in the mdl, and what does config file mean or module mean?

Traceback (most recent call last):
  File "converter/convert.py", line 364, in <module>
    main()
  File "converter/convert.py", line 324, in main
    onnx_model, configs, trans_model = converter.run()
  File "converter/convert.py", line 81, in run
    self.parse_configs()
  File "converter/convert.py", line 173, in parse_configs
    self._components, self._transition_model = parser.run()
  File "/root/kaldi-onnx/converter/parser.py", line 614, in run
    line = self.parse_transition_model()
  File "/root/kaldi-onnx/converter/parser.py", line 625, in parse_transition_model
    line = next(self._line_buffer)
  File "/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 544: ordinal not in range(128)
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