Open zhouqiji opened 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.
See my post: #25
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
./cmd.aligned
It seems terminated during the preprecess step. Appreciate your help.