I'm trying to learn Tensorflow on Single CPU mode. When I try to run some examples , such as [mnist_softmax.py]
it seems that the whole code run correctly and output the expected answer, but shows [Segmentation fault (core dumped)]
and generate a 1.7G or even bigger core file in the end.
When I run the same code in python interactive shell, it runs well and won't appear such Segmentation fault.
And my Tensorflow
version is ('v1.0.0-65-g4763edf-dirty', '1.0.1')