xfspell
xfspell copied to clipboard
I am getting an error that the checkpoint_best.pt would be corrupted
RuntimeError: unexpected EOF, expected 1119993 more bytes. The file might be corrupted.
This is the end sentence of the error i am getting when i try to use it here :
$ echo "tisimptant too spll chck ths dcment."
| python src/tokenize.py
| fairseq-interactive model7m/
--path model7m/checkpoint_best.pt
--source-lang fr --target-lang en --beam 10
| python src/format_fairseq_output.py
Anyone facing the same situation?