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
When I use pred_evaluate.py to evaluate a prediction ,there is something wrong.
The code:python pred_evaluate.py -pred pred\predict__Weibo_s100_t10.copy.seed9527.emb150.vs50000.dec300.20200517-170932__e4.val_loss=5.464.model-0h-03m/predictions.txt -src data/Weibo/test_src.txt -trg data/Weibo/test_trg.txt
The error:UnicodeDecodeError: 'gbk' codec can't decode byte 0xb4 in position 33: illegal multibyte sequence
What should I do to resolve it ?
The text was updated successfully, but these errors were encountered:
When I use pred_evaluate.py to evaluate a prediction ,there is something wrong.
The code:python pred_evaluate.py -pred pred\predict__Weibo_s100_t10.copy.seed9527.emb150.vs50000.dec300.20200517-170932__e4.val_loss=5.464.model-0h-03m/predictions.txt -src data/Weibo/test_src.txt -trg data/Weibo/test_trg.txt
The error:UnicodeDecodeError: 'gbk' codec can't decode byte 0xb4 in position 33: illegal multibyte sequence
What should I do to resolve it ?
The text was updated successfully, but these errors were encountered: