tensorflow / fold

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

Is Fold not compatible with tensorflow-1.4.0? #90

Open KazuhiraDZ opened 6 years ago

KazuhiraDZ commented 6 years ago

As what I found above, I want to get the latest version of fold. But whenever I use bazel 0.5.4 or 0.8.1, I always got this error that I have never found before, which says

ERROR: /home/kazuhiradz/fold/tensorflow_fold/llgtm/BUILD:35:1: no such package 'base': BUILD file not found on package path and referenced by '//tensorflow_fold/llgtm:platform_google'. ERROR: Analysis of target '//tensorflow_fold/llgtm:platform_google' failed; build aborted.

I skip this test and make the wheel successfully. But when I installed tensorflow-1.4.0rc and tensorflow-fold by source. It occurred: tensorflow.python.framework.error_impl.NotFoundError. Even when I installed tensorflow back to 1.0.0 it still doesn't work I am not sure what the problem is.

ixime commented 6 years ago

Did you manage to install it with tensorflow 1.4.0? I am using it with v1.0 but I need a newer version.