-
When I set -copy_attn:
Traceback (most recent call last):
File "train.py", line 307, in
main()
File "train.py", line 303, in main
trainModel(model, train, valid, fields, optim)
…
ghost updated
6 years ago
-
I tried to create a post-editing model by referring to the tutorial.
As you said before, the tutorial was an old version, so I made 'post-edit.ini' referring to 'vocab.ini' and 'small.ini' as you c…
-
Running through the tutorial I ran across this error with the CrfTagger:
```
2017-12-05 00:00:52,542 - INFO - allennlp.common.params - random_seed = 13370
2017-12-05 00:00:52,542 - INFO - allennlp.…
-
Hello :)
I trained a translation model and now I am trying to use neuralmonkey-run to get translations for my test set.
unfortunately i can not load my checkpoints, I get the following message inste…
-
I just use it as chatbot
-
What versions of Tensorflow are these examples made for? If they are not compatible with newer versions of TF, can we update the readme to indicate as such?
I am trying to run:
```
gcloud ml-en…
-
On a typical soft-keyboard of a mobile phone, typing in the words is tedious. Thus I suggest an option for an alternative, quicker training method: Just have in your head what you think the solution i…
-
Hi, I have tried to train TE model with experiment_config/decomposable_attention.json, and I adjust the epoch number to 3000. but I have only got the best validation accuracy of 72.8%,with training ac…
-
Decided a new thread would be good for this issue.
Right now the SWB tf code as checked in seems to have a discrepancy, and I'm writing down some of my assumptions as I work through cleaning up the…
-
单机运行dssm目录下的train.py
//model_type = 2 for regresison
//model_arch ==1 for cnn
python train.py --train_data_path ./data/regression/train.txt --test_data_path ./data/regression/test.txt -s ./data/voc…