nusnlp / c2e-mt-benchmark

Chinese-to-English Machine Translation Benchmark
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

Error and crash #2

Open woolz opened 5 years ago

woolz commented 5 years ago

After run translation, I receive this message: WARNING: Using NumPy C-API based implementation for BLAS functions. After it, my computer crash.

chrhad commented 5 years ago

After run translation, I receive this message: WARNING: Using NumPy C-API based implementation for BLAS functions. After it, my computer crash.

Hi

We would appreciate if you can let us know the detailed error message to help us look into this issue. But it seems that you have not installed BLAS as suggested in this issue: https://github.com/Theano/Theano/issues/6533#issuecomment-350405145

As suggested in the Theano installation manual, e.g. http://deeplearning.net/software/theano/install_ubuntu.html, you need to have BLAS installed to run Theano.

woolz commented 5 years ago

Thanks, I was able to solve the problem. I have other question, for Nematus mtl I should use unpc or nist model?