JuneFeng / RelationClassification-RL

Reinforcement Learning for Relation Classification from Noisy Data(AAAI2018)
134 stars 37 forks source link

Segmentation fault (core dumped) #8

Closed SeekPoint closed 6 years ago

SeekPoint commented 6 years ago

mldl@ub1604:~/ub16_prj/RelationClassification-RL$ ./main rlpre 0.01 wordTotal= 114042 Word dimension= 50 Segmentation fault (core dumped) mldl@ub1604:~/ub16_prj/RelationClassification-RL$ ./main r 0.01 mldl@ub1604:~/ub16_prj/RelationClassification-RL$ ./main rl 0.01 wordTotal= 114042 Word dimension= 50 Segmentation fault (core dumped) mldl@ub1604:~/ub16_prj/RelationClassification-RL$ ./main test wordTotal= 114042 Word dimension= 50 Segmentation fault (core dumped) mldl@ub1604:~/ub16_prj/RelationClassification-RL$

CrisJk commented 5 years ago

mldl@ub1604:~/ub16_prj/RelationClassification-RL$ ./main rlpre 0.01 wordTotal= 114042 Word dimension= 50 Segmentation fault (core dumped) mldl@ub1604:~/ub16_prj/RelationClassification-RL$ ./main r 0.01 mldl@ub1604:~/ub16_prj/RelationClassification-RL$ ./main rl 0.01 wordTotal= 114042 Word dimension= 50 Segmentation fault (core dumped) mldl@ub1604:~/ub16_prj/RelationClassification-RL$ ./main test wordTotal= 114042 Word dimension= 50 Segmentation fault (core dumped) mldl@ub1604:~/ub16_prj/RelationClassification-RL$

Hi, @loveJasmine Have you solved this problem?

ShellingFord221 commented 5 years ago

Hi, I have encountered the same problem that the model can't be tested. Have you guys solved this problem? Thanks!

ShellingFord221 commented 5 years ago

Besides, after I train the model, there is nothing in out/rlpre/pr.txt, which I really wonder why.