tensorflow / fold

Deep learning with dynamic computation graphs in TensorFlow
Apache License 2.0
1.83k stars 266 forks source link

The kernel is down after running scalar_block.eval(42) #83

Open ghost opened 7 years ago

ghost commented 7 years ago

when i code according to TensorFlow Fold Quick Start

and run the code scalar_block.eval(42)

the notebook shows " The kernel appears to have died. It will restart automatically."

It shows similar info below:

image

I goolge it and get https://github.com/tensorflow/fold/issues/30,but there is no solution.

what is the problem and what is the solution,i'm confused.