-
I need a specific T2T example for the [im2markup](https://github.com/harvardnlp/im2markup) task by @harvardnlp ([arXiv](https://arxiv.org/abs/1609.04938)) or [im2latex](https://github.com/untrix/im2la…
-
I follow OpenNMT's implement to use torchtext and find that if `filter_pred` argument is not None when initializing `torchtext.data.Dataset` object, the type of `examples` argument can be a python gen…
-
I apologize if this is not the right place to ask a question.
I'm hoping you can provide guidance for adding support for im2text (https://github.com/OpenNMT/Im2Text) to this utility. I have a mode…
-
CTranslate silently quits if the model being loaded was trained with the `-encoder_type dbrnn` option. I tried to run `cli/translate` under `gdb`, but it did not give additional information, other tha…
-
How are these data --daily.emb.dec.pt and daily.emb.enc.pt generated?
-
**Describe the feature and the current behavior/state.**
I am new to deep learning and tensorflow and recently I created a model similar to the [transformer model](https://www.tensorflow.org/tutorial…
-
is faster-whisper.cpp possible (without any python)?
from a quick review of https://github.com/OpenNMT/CTranslate2/, it is hard for me to tell if it is possible to implement entirely with cpp, whic…
-
장기적으로는 파판14용 자체 번역 엔진을 제작할 계획이 있습니다.
특정 고유명사나 은어들의 경우 어떤 엔진을 써도 이상하게 나오기 때문에 이런 데이터들을 따로 준비해서 자체 엔진을 만들면 여러가지 문제점이 해결될 수 있습니다.
다만 기반 데이터셋이나 추가 데이터 수집방법 등 구체적인 방향은 정해져 있지 않은 상태로, 오는 1월 이후에나 구체적인 계획 수…
-
While running this command after having recognition model in my local `model.pt`
` python translate.py -model model.pt --src_dir recognition.jpg -output pred.txt`
```
usage: translate.py [-h] […
-
1. Define Endpoints:
- Create endpoints to handle translation requests, such as `/translate`.
- Use HTTP methods like POST to submit translation requests and GET to retrieve translated content…