itscassie

Results 3 issues of itscassie

I trained the model successfully and ran the command `$ python3 translate.py -model model_step_85000.pt -src path_to_data/test.article.txt -template path_to_data/test.template.rerank-5` for translation but it occurred the following error: ``` Traceback (most recent...

when I was trying to train my model with `-copy_attn` (copy attention function) It occurs some errors in both condition of whether using gpu or not But I'm thinking the...

In `config.py`, on line 26-28 it seems like the `preprocessing` step need `article.txt`, `title.txt`, `template`, `samples.index.json` and `_score.json` to be prepared in `config.py` to run the whole process But after...