clab / dynet

DyNet: The Dynamic Neural Network Toolkit
Apache License 2.0
3.43k stars 703 forks source link

Eigen for dynet v1.1 #1639

Open JINGE-ui opened 3 years ago

JINGE-ui commented 3 years ago

Hi, I'm trying to install dynet v1.1 manually which needs the 346ecdb revision of Eigen. However, the Eigen package link for that version has been deprecated. Do you have this version of the eigen package, or other alternative solutions?

Thanks in advance!

tod97 commented 2 years ago

Hi, I found a workaround for this problem. I've followed the manual installation but cloning from this [repo] (https://gitlab.com/libeigen/eigen) It is important to avoid the latest tags and use one of the old ones (I've used 3.3.7 and it worked for me)