duyvuleo / Transformer-DyNet

An Implementation of Transformer (Attention Is All You Need) in DyNet
MIT License
63 stars 19 forks source link

Segmentation fault (core dumped) #3

Open zenRRan opened 6 years ago

zenRRan commented 6 years ago

when i run that command ./build_gpu/transformer-decode --model-path model/iwslt-envi --beam 5 -T sample-data/tst2013.en.capped i got that error: .... Reading test examples from sample-data/tst2013.en.capped Segmentation fault (core dumped) ... I find many hours about it. Friend, hope you can write back when you see that. thanks!

duyvuleo commented 6 years ago

@zenRRan : it should not happen. I will find some time to check it. Thanks for reporting!

zenRRan commented 6 years ago

thank you very much!