CSTR-Edinburgh/merlin

AttributeError: ('The following error happened while compiling the node', Shape_i{0}(x), '\n', "'module' object has no attribute '_get_ndarray_c_version'")

yyf opened this issue · 1 comments

yyf commented

Got below error when running the step 05 of building your own voice example:

2019-03-11 22:36:11,730 CRITICAL main : train_DNN threw an exception... AttributeError: ('The following error happened while compiling the node', Shape_i{0}(x), '\n', "'module' object has no attribute '_get_ndarray_c_version'")

Updating theano (1.0.3) and numpy (1.16.2), and changing to older g++ (5.0, 4.8) didn't help. Any other suggestion to resolve this? Thanks.

yyf commented

Updated theano to 1.0.4 (conda install -c conda-forge theano) fixed this issue.