ML Puzzle: Issue with MNIST, cannot allocate memory for thread-local data: ABORT

Hi,

I’m having issues with the TensorFlow puzzle, I read several times the tutorial, but have always the same bug and I absolutly don’t know how to fix it.

I followed all the tutorial instructions, but I can’t call the sess.run() function, neither for the variables instanciation nor for the training part. When I call it, it says:

I tensorflow/core/common_runtime/local_device.cc:25] Local device intra op parallelism threads: 4
I tensorflow/core/common_runtime/local_session.cc:45] Local session inter op parallelism threads: 4
cannot allocate memory for thread-local data: ABORT

I found out that the two first lines are normal behaviour, but I cannot find any information on the third one. I will not copy/paste my code since it approximatively the same as the tutorial, but I would know if someone has had this issue and how to solve it ? I’m having a real bad time with this…

Can you try again? (no need to change your code)

It seems to work fine now, thank you !