-
Hi, I'm trying to run the translate script for own specified knowledge and a user utterance after training the models.
I noticed that I'm able to run the translate script with the given test data suc…
-
So faster-whisper is built using CTranslate2 and checking the CTranslate2 github, they say:
> "Multiple CPU architectures support
The project supports x86-64 and AArch64/ARM64 processors and int…
-
Hello, we have trained a bidirectional rnn encoder decoder (default OpenNMT-lua settings) and successfully released the model and tested using this repository. However, when we are working through the…
-
May I ask if there is any plan adding the coverage attention mechanism (https://arxiv.org/pdf/1601.04811.pdf) and coverage loss (https://arxiv.org/pdf/1704.04368.pdf) to the decoder, as these could po…
-
Hello Authors,
I apologise for asking questions unrelated to an issue with the repo however, would you consider support a newer paradigm I came across whilst reading a recent [paper](https://www.re…
-
I have successfully installed both Boost and Eigen on `Ubuntu 16.04 LTS`:
```
Selecting previously unselected package libboost1.58-dev:amd64.
(Reading database ... 48598 files and directories cur…
-
Hello,
I'm using the latest release of OpenNMT and I got an issue with crash with no error message. I have no idea what could be wrong.
I launched it with this command:
```
th train.lua -data …
-
Hello,
I am trying to load my finetuned model with whisperX but I am getting this error:
Unsupported model binary version. This executable supports models with binary version v6 or below, but th…
-
Hi all,
I do multi-GPU parallel training on a machine with 4 titan X pascal GPUs. I trained with 2 GPUs successfully. But when increased to 3 GPUs, I got "FATAL THREAD PANIC: (pcall) not enough memor…
-
I am really happy seeing question generation work like this. However, i am not familiar with torch, is there any resource written in tensrflow that can reproduce your work?