Ping Chu Hung
Ping Chu Hung
https://github.com/tensorflow/models/issues/1347 開了新issue,不曉得會不會有人回應
Thank you for your feedback. I've tried again with `pip`, but it worked fine. In the next time you install `syntaxnet_wrapper`, please add `-v` option for `pip`: `pip install -v...
Thank you very much. I've found the problem. The root cause is the number of options in configuring tensorflow changing. Current instruction `printf '/tmp/venv/bin/python\n\n\n\n\n\n' | ./configure` can only feed 6...
The most likely reason is wrong version of `tensorflow`. Please make sure you have `tensorflow` 1.0.0 installed in the same environment as `syntaxnet-wrapper`. Another note: don't use `tensorflow-gpu`, which has...
What's the output of following instructions? ```python import syntaxnet_wrapper syntaxnet_wrapper.__file__ ```
When there is a `syntaxnet_wrapper` inside current directory, python will use it first. Since there is no `work/syntaxnet_wrapper/models`, parser execution is failed. You can remove `work/syntaxnet_wrapper` after installation.
We would like to keep it simple: one repository has only one purpose. Anyway, thank you very much for your contribution!