-
### Description
In the snippet in the docs here
```python
# Create a Transformer model.
# Pre-trained model config in gs://trax-ml/models/translation/ende_wmt32k.gin
model = trax.models.Transfo…
-
The translations seem to start from the beginning of the stream, and its not translating what's currently being said, restarting the app repeats the same/similar dialogue/translations. The translation…
-
```
Traceback (most recent call last):
File "/.../.pyenv/versions/3.10.6/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/.../.pyenv/versions/3.10.6/lib/pytho…
-
It is the first time that I use docker and honestly, I have no idea how it works, I have limited myself to following the installation instructions that you indicate but I cannot in any way get the app…
-
This issue isn't a problem to be fixed, rather it is a record to keep track of undergraduate student's work on TREC 2024. In a series of comments, contributors can write about their work (at a high le…
-
**Is your feature request related to a problem? Please describe.**
In today's interconnected world, language barriers significantly restrict access to global information. Users often miss out on va…
-
```
from django.utils.translation import gettext_lazy as _
from django.db import models
class AuditableModel(models.Model):
last_updated_by = models.CharField( max_length=50 )
last_up…
-
When translations are added to any translated field, the main object appears once for every translation in the results. It happens in the admin too: I can see eg. 2 entries referring to the same objec…
guzru updated
11 years ago
-
**Is your feature request related to a problem? Please describe.**
Machine translation for many low-resource languages is not possible with existing engines, as they do not support machine translatio…
-
I used marian-server for pretrained model. It works well for small models but is too slow for big-transformer models. Is there any solution to using multithread for the translation with these models?
…