fold
fold copied to clipboard
Error when importing tensorflow_fold for MacOS
I followed this tutorial to build tensorflow fold from source for MacOS : https://github.com/tensorflow/fold/blob/master/tensorflow_fold/g3doc/sources.md
After finished building and installing the wheel, I got this error:
>>> import tensorflow_fold
python(61500,0x7fffc8f303c0) malloc: *** error for object 0x1155df5e0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
[1] 61500 abort python
Duplicate issue #59, #37, and #3. It seems no one solved this yet. Worth Trying #51 on OSX.
@bdqnghi I had similar issue with TF build with MKL. Can you please try to start python with -v option. This helped me to narrow down module that was causing crash.