nusnlp / c2e-mt-benchmark

Chinese-to-English Machine Translation Benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error and crash

woolz opened this issue · comments

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

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: Theano/Theano#6533 (comment)

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.

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