jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 50 forks source link

Retrain the model but the program will terminate after minutes. #22

Open zhouqiji opened 7 years ago

zhouqiji commented 7 years ago

I'm trying to retrain the jamr with larger AMR dataset, the program would automatically terminate after about several minutes. I have tried to modify the java memory settings in some configure files, but that didn't work. The log file shows below:

~/jamr/scripts/preprocessing ~/jamr

brombach commented 7 years ago

I'm having the same problem attempting to train on the new AMR dataset. ./TRAIN.sh fails silently. (macOS, fresh clone of JAMR)

When I train by parts per https://github.com/jflanigan/jamr/blob/Semeval-2016/docs/Step_by_Step_Training.md, it throws an error on the ./cmd.conceptTable.train command:

./cmd.conceptTable.train: line 7: ~/jamr/data/amr_2.0/data/amrs/split/training/training.txt.aligned: No such file or directory
./cmd.conceptTable.train: line 8: wf: command not found

I'm going to look into these further and post if I have success.

brombach commented 7 years ago

See my post: #25