victorca25/traiNNer

UnicodeDecodeError: 'charmap' can't decode byte 0x88

kritonkla opened this issue · 6 comments

Tried to train a model, always end up with this error in cmd.
error

Hello! Looks like there is an error in your yaml file. The literal error is a problem interpreting a character, but it's hard to tell exactly what the issue is. Try reviewing the file for uncommon characters and if necessary, prepare it again from scratch to be certain there are no errors. You can also try parsing it with a linter to see if it helps finding the error: http://www.yamllint.com/

The linter say the yaml file is valid, I downloaded a fresh copy and run it, still ends up with the same error with different position.

In that case probably the best bet would be to share your yaml in the Discord channel and see if someone can spot the issue, sometimes they are hard to find, but more eyes can help

Got this error after starting up for scratch, sometimes it jumps to the same Unicode error I reported, could this be something?
error2

Double check the command, you're telling test.py to load a "train template.yml" file that doesn't exist

I'll close the issue for now, if problems persist, please reopen or ask in the Discord channel as well, more people could help!