senisioi / NeuralTextSimplification

Exploring Neural Text Simplification
72 stars 23 forks source link

Unable to run translate.sh successfully #8

Closed VishweshS closed 5 years ago

VishweshS commented 5 years ago

Getting this error: ./translate.sh: line 18: 28642 Segmentation fault

senisioi commented 5 years ago

I am sorry to hear that. What I observed myself is that the continuous changes in third party libraries makes it really difficult to reproduce the results in the paper. Please share the torch and OpenNMT versions that you have installed.

VishweshS commented 5 years ago

I installed the pre-trained models using the src/download_models.py file. I am using Torch7 version. I am just trying to follow the instructions given under the heading "Simplify Text | Generate Predictions (no GPUs needed)". But, when I run the file "translate.sh", I am getting a segmentation fault.