-
The following files are incompatible with Python 3 at least in part because they use xrange() yet they lack the import:
* __from six.moves import xrange__
```
./research/compression/entropy_coder/d…
-
I am using python2.7 in virtualenv.
in the step of running the training script : I got this error:
C++ compilation of rule '//third_party/syntaxnet:syntaxnet' failed (Exit 1)
In file included from …
-
I tried to run the following simple example in Python:
```
import sling
parser = sling.Parser("path/to/sempar.flow")
text = raw_input("John loves Mary.")
doc = parser.parse(text)
print doc.fram…
g3rfx updated
6 years ago
-
Hello!
Amazing work!
Could you please tell me how with your scripts to pass text file to the test dragnn script (Russian baseline model) and output in CoNLL format?
If possible please provide det…
-
**OS Platform and Distribution**
- Windows 10 professional
- Docker image based on Ubuntu:16.04.4 LTS (xenial)
- Docker 18.03.0-ce-win59
- Python versions 2.7.12 & 3.5.2
- CUDA/cuDNN version no…
-
How to train Chinese corpus after downloading the universal-dependencies-2.0 ?
thank you so much !
I couldn't find the method.
-
Thank you for the great tutorial!
I am able to launch
`./bazel-bin/tensorflow_serving/example/parsey_api --port=9000 ../api/parsey_model`
and it works fine with English. What changes do I nee…
-
**OS Platform and Distribution**
- Windows 10 professional
- Docker image based on Ubuntu:16.04.4 LTS (xenial)
- Docker 18.03.0-ce-win59
- Python versions 2.7.12 & 3.5.2
- CUDA/cuDNN version no…
-
### System information
- **What is the top-level directory of the model you are using**:
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**:
No
…
-
I followed the instructions from here:
https://github.com/dsindex/syntaxnet/blob/master/README_api.md
This allowed me to run the server and use it using a client based on the parsey_api.proto and s…