Closed liujiqiang999 closed 5 years ago
I got the same error.
Hi, thank you for your great work. I run this code and encounter error, segmentation fault, during STEP 7. More specifically, the error occurred in code is monoses/train.py
Line 353 in c8549e0
bash(quote(MOSES + '/scripts/training/mert-moses.pl') + and part of log file is log.txt Could you give some advice about this problem? Thank you.
Hi, have you solved this problem?
@15091444119 Sorry, I didn't solve this problem. Because of some reasons, I didn't study it.
@JiqiangLiu Thanks anyway!
Segmentation errors usually mean that the input may be problematic. You could check whether the input is wrong.
This looks like a compilation issue with Moses. Make sure that Moses is properly compiled (e.g. moses2 should exist under bin).
Recently, I solve the segmentation fault but during the translation by removing the special char '|' in the test data.
Hi, thank you for your great work. I run this code and encounter error, segmentation fault, during STEP 7. More specifically, the error occurred in code is https://github.com/artetxem/monoses/blob/c8549e0cf2830de44374a4560a8c81cedba8161d/train.py#L353
and part of log file is log.txt Could you give some advice about this problem? Thank you.