mokemokechicken / keras_npi

NPI(Neural Programmer-Interpreters) implementation with Keras
MIT License
244 stars 53 forks source link

Error running run_train_addition_model.sh #2

Closed YjyJeff closed 7 years ago

YjyJeff commented 7 years ago

When I run sh src/run_train_addition_model.sh, it told me that

python3 npi/add/training_model.py /Users/yjy/WorkSpace/DeepLearning/NPI/src/../data/train.pkl /Users/yjy/WorkSpace/DeepLearning/NPI/src/../data/addition.model Using Theano backend. training f_enc src/run_train_addition_model.sh: line 16: 23143 Illegal instruction: 4 python3 npi/add/training_model.py /Users/yjy/WorkSpace/DeepLearning/NPI/src/../data/train.pkl /Users/yjy/WorkSpace/DeepLearning/NPI/src/../data/addition.model What's goes wrong and how to fix it? Thanks in advance !

YjyJeff commented 7 years ago

I ran this code in ubuntu virtualenv, and does not got this error. I really confused what's goes wrong. Anyway, it doesn't have error.