-
Thanks for your great works!I saw your reply on stackoverflow, i know you have built your own system, i have two problemsa about it:
1. You trianed your model on English, i also trian once. Official …
-
I didn't know why does it continue its training...
n-steps is 100000 but it keeps training over 160000
I did not modify any code and have completed the syntaxnet training perfectly.
What should I d…
-
I hope run conll2017 baseline to predict dependency parsing , after trained the english model i got the parser_spec.textproto and the checkpoint.model. Then i started to run the evaluator.py in /drag…
-
I've noticed that the examples provided in [tensorflow/models](https://github.com/tensorflow/models/tree/master/research/syntaxnet/examples/dragnn) repo don't work out of the box with the newest DRAGN…
-
Hi,
I've been experimenting with SLING to train my own dataset, and this error keeps coming up when running the training script ```train.sh```. This seems to be a similar error to #115 , but in…
-
I am a beginner of SyntaxNet.
(1) Basically when you mention 'installing syntaxnet", you mean build syntaxnet from source and then 'pip install' ? In other word, "Manual installation" in the https…
-
**System information**
- Windows 10 professional
- Docker image based on Ubuntu 16.04.3 LTS
- Docker 17.09.0-ce
- Python version 2.7
- Bazel version 0.7.0 AND 0.5.4
- CUDA/cuDNN version not re…
-
I'm trying to run training script from README:
```
./sling/nlp/parser/tools/train.sh --report_every=500 --train_steps=1000
```
However I'm getting following error:
```
Writing command to l…
-
Hi,
I'm trying to run following command from README:
```
./sling/nlp/parser/tools/train.sh --report_every=500 --train_steps=1000
```
I'm getting following error from _sling/nlp/parser/tool…
-
I just solved an issue I'd been having that was resulting in the following error from `trainer_lib.run_training` (dragnn), via a call to `train.sh` with my own corpus:
```
InvalidArgumentError (se…