RuntimeWarning: numpy.ndarray size changed, may indicate binary incompatibility
jnhwkim opened this issue · 2 comments
jnhwkim commented
/Users/Calvin/anaconda/lib/python2.7/site-packages/theano/scan_module/scan_perform_ext.py:133: RuntimeWarning: numpy.ndarray size changed, may indicate binary incompatibility from scan_perform.scan_perform import *
This is due to the my version of numpy? I googled about it but I can't get a good answer, though I found someone said it's just fine.
kyunghyuncho commented
kelvinxu commented
This should work fine, it is a harmless warning. You can read the full explanation here.
https://groups.google.com/forum/#!topic/theano-users/A__NVIBYMxA