-
I am getting this error when I run ` allennlp train experiments/vae.jsonnet -s models/dialog_vae --include-package src` I tried using different GPU IDs but it didn't work.
```
2019-07-21 17:45:17,01…
-
**Describe the bug**
AllenNLP raises CUDA out of memory in multi-gpu server by allocating tensors to GPU 0 when there are other GPUs available.
Currently, this error can be avoided by using CPU or…
-
**System **
- OS: [Ubuntu]
- Python version: [e.g. 3.7]
- AllenNLP version: [e.g. v0.8.3]
* **Question**
I am working on page classification task. In my dataset reader each page is an Instan…
-
I'm trying to build a seq2seq autoencoder with the goal of getting a fixed sized vector from a sequence, which represents the sequence as good as possible. This means the output should exactly like th…
-
I want to make a comparison between bert-crf and bert-bilstm-crf, but I'm confused about how to set parameters. Does allennlp support the bert-crf model? Hope to get your reply, thanks.
-
**Describe the bug**
I'm trying to run the predict based on the model learned in training. However, when running predict, it ends up with an error which ceases the prediction at all.
This is the …
-
**System:**
- OS: Ubuntu 18.04.2 LTS
- Python version: Python 3.6.8
- AllenNLP version: [allennlp==0.8.3]
**Question**
How to overcome the following issue?
I'm trying trying to add POS…
-
**Describe the bug**
I'm trying to run the pretrained NER model on a dataset of chatbot utterances, some are very short. Two letter words make the model throw an exception. A use case for example:
1…
-
Hi,
First of all, thanks for this great work.
I am trying to reproduce the ner task mentioned on your paper. But some key error raised when I try to run following command.
`
./train_allennlp_loca…
-
**System (please complete the following information):**
- OS: Ubuntu 16.04
- Python version: 3.7
- AllenNLP version: 0.8.1
- PyTorch version: (if you installed it yourself)
**Question**
I …