tensorflow / fold

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

Issue with td.Compiler #76

Open penelope24 opened 6 years ago

penelope24 commented 6 years ago

I tried to run the example script in sentiment.ipynb and quick.ipynb, but every time I run to the function "td.Compiler.create()", the jupyter notebook crashed down, said "kernel restarted". What is strange is when I install the tensorflow in cpu mode, there isn't any problem, only in gpu mode the jupyter notebook crashed. I am using tensorflow1.0.1 and fold0.0.1, the python version is python2.7.