tensorflow / fold

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

compilation on mac / execution fail #59

Open benjaminderei opened 7 years ago

benjaminderei commented 7 years ago

I used the master from the git repo (for the two)

finaly i get:

tensorflow_fold-0.0.1-cp27-cp27m-macosx_10_12_x86_64.whl and tensorflow-1.1.0rc0-cp27-cp27m-macosx_10_12_x86_64.whl

then installed with pip, OK.

when i import tensorflow there is no problem, but when importing fold i get:

Python(21732,0x7fffbe1c03c0) malloc: *** error for object 0x1096016b8: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
[1]    21732 abort      ipython

(Two hours of compilation: bouhou !)