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
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)
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: