Unable to load model on VM, getting error 'utf-8' codec can't decode 0x86 in position 0: UnicodeDecodeError #12319
-
Hello,guys I have successfully trained the model using GPU enabled system and now I want this model to be used on my VM. While performing getting the error
Kindly provide the solution, or do let me know how to get rid of this error! Info about spaCy
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Sorry to hear you're running into this. First off, you mention that both systems use spaCy 3.5.0 but that doesn't seem true from the warning that is printed right up front:
To debug this, you could try again after updating both versions to 3.5 and run a quick training, e.g. by setting If you still run into issues, it would be great if you can share all of the console commands & outputs. |
Beta Was this translation helpful? Give feedback.
Hi! Sorry to hear you're running into this.
First off, you mention that both systems use spaCy 3.5.0 but that doesn't seem true from the warning that is printed right up front:
To debug this, you could try again after updating both versions to 3.5 and run a quick training, e.g. by setting
max_steps
to 100 in the config so you don't have to wait…