-
Converting a graph to onnx results in
```
Traceback (most recent call last):
File "/usr/lib64/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib6…
-
Dear Colleges,
I have already created an [issue](https://github.com/marian-nmt/marian/issues/278) in the marian-nmt master repo. My problem is that I do the same training with an RTX 2080Ti and a G…
-
**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…
-
Do you have plans to use SRU model in pytorch-kaldi? It seems the SRU is faster than LSTM so much.
-
Should be split up
-
Hi guys,
I am trying to learn a model to label some parts of sequences.
I would like the model to do something like: [64,34,77,33,88] -> [0,0,1,1,0]
So, in input I have a matrix of sequences (1 s…
-
Dear Collages,
I would like to ask your help to figure out what could be the problem with my training. I have to machines with the same software environment (nvidia-docker, cuda 10.1, ubuntu 16.4, …
-
**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…
-
## 🐛 Bug
I have a program that's JITed using both script and trace. While the non-JITed version executes without any problem, JITed version gets stuck in a while loop.
## To Reproduce
Below sni…
-
I have noticed that the main obstacle in generating audio in batch is to remove the extra generation parts, like if both long sentence and short sentence are inside a batch, the short sentence audio g…