nusnlp / crosentgec

Code for cross-sentence grammatical error correction using multilayer convolutional seq2seq models (ACL 2019)
GNU General Public License v3.0
50 stars 12 forks source link

GPU environment #2

Closed harrydeng8 closed 5 years ago

harrydeng8 commented 5 years ago

Do we need to install Cuda, is version 10 works well with trainned model?

Thanks.

harrydeng8 commented 5 years ago

Also, is the dictionary download in download_pretrained_crosent.sh?

Thanks!

shamilcm commented 5 years ago

The dictionaries are in download.sh script. The README file has been updated.

harrydeng8 commented 5 years ago

it appear that models/embed/model.vec file is missing. Could it be missed from the download.sh script? Thanks!