kamigaito / SLAHAN

SLAHAN is an implementation of Kamigaito et al., 2020, "Syntactically Look-A-Head Attention Network for Sentence Compression", In Proc. of AAAI2020.
MIT License
19 stars 3 forks source link

Issues during compilation #4

Open SriramPingali opened 3 years ago

SriramPingali commented 3 years ago

Hey! I tried running the setup, but for some reason, the CMake isn't working for build_compressor and build_dynet. Multiple cudnn based errors turn up. For e.g. undefined reference to `cudnnGetConvolutionBackwardFilterAlgorithm'

I'm not able to build the required files for the predict.sh. Can you please help me?

kamigaito commented 2 years ago

In this case, you need to set LD_LIBRARY_PATH to the location of the CUDA and cuDNN libraries.