我想學習Tensorflow在單CPU模式。當我嘗試運行一些例子,比如[mnist_softmax.py]
似乎正確整個代碼運行和輸出的預期的答案,但顯示[Segmentation fault (core dumped)]
併產生到底是1.7G或更大的核心文件。 當我運行在python交互shell相同的代碼,它運行良好,將不會從sess = tf.InteractiveSession()
出現這樣Segmentation fault.
Tensorflow CPU(在python交互shell正常,但是當運行腳本核心轉儲)
而且我Tensorflow
版本是('v1.0.0-65-g4763edf-dirty', '1.0.1')
看看代碼可能幫助別人回答 – Aditya
https://github.com/tensorflow/tensorflow/blob/r1.1/tensorflow /examples/tutorials/mnist/mnist_softmax.py – AcAhe
這是tensorflow.org上的例子[MLIST對ML初學者]。 – AcAhe