rkoystart
rkoystart
Hi, i have installed , lightseq, fairseq, sacremoses using the following command ``` pip install lightseq==2.0.2 pip install fairseq pip install sacremoses conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch...
Hi, i would like to know is there any module in lightseq that can directly convert the transformer model trained in fairseq into the lightseq transformer model (transformer.pb) and then...
Would like to know whether lightseq can be used in ubuntu 20.04 version. Have installed light using `pip install lightseq` command
Hi, i have converted a fine-tuned opennmt model to ctranslate. The problem is I am getting different translation on same input on different machines. sample input sentence: `Sportsman Jhonathan Florez...
when i run the following command `onmt_train --config train.yaml --n_sample 0` I am getting the following error ``` 2021-06-16 23:19:45,923 INFO] Missing transforms field for filtered_paracrawl_wmt data, set to default:...
Have faced issues related to the generation of docker image for the generation of vmap. please check this [https://github.com/OpenNMT/papers/issues/6](issue) for more details. Thanks in advance
Hi @levyfan , the current version of sentencepiece used in this project is 0.1.96. The latest version available is 0.2.0. I tried upgrading the version in the CMakeLists.txt which lead...
## How to reproduce the behaviour #create a new conda environment `conda create -n test python=3.8 -y` #install spacy `pip install spacy==2.1.9` ## Your Environment * Operating System: `NAME="Ubuntu" VERSION="20.04.6...
I have a encoder module, which i have converted to ctranslate in the following precision 1) fp32 2) fp16 3) bf16 4) int8 and i try to run the following...