AntNLP / gnn-dep-parsing

Apache License 2.0
32 stars 7 forks source link

Compatible Eigen for dynet 2.0.0 are not available #6

Closed Jivnesh closed 3 years ago

Jivnesh commented 3 years ago

I am facing a problem with the installation. For dynet2.0.0, the required Eigen version is not available. Is it possible for you to share the same? Or what is the alternative? Can I use this code with the latest version of dynet?

JT-Ushio commented 3 years ago

Dear @Jivnesh , thank you for your interest in our work!

I also found that the version of Eigen needed for Dynet 2.0 was not available. Here I provide a copy of the Eigen library required for Dynet 2.0.3, which has been tested to run our parser successfully. Eigen-2355b22(-r NUM).zip

I hope this helps!

Jivnesh commented 3 years ago

Thanks for the quick reply. I will try this. @JT-Ushio