Amit Moryossef
Amit Moryossef
At the moment, the vocab is trained on both the `src` and `trg` files. Instead, I'd like to have two separate vocabularies. My use case is having two completely different...
To set a `custom-corpus`, I do something like this, which works at loading and saving the data: > custom-corpus_/custom_corpus/fingerspelling/devtest However, doing something similar for `mono-corpus`: > custom-mono_/custom_corpus/common_words/mono It can not...
Following the instructions on the README, I get to the `make dry-run` step, and `snakemake` errors it does not know mamba. To fix, I had to additionally ```bash export PATH=$(conda...
This is complementary to https://github.com/ForbesLindesay/atdatabases/pull/248 I have not tested that solution in isolate, and have already pulled the image myself (`docker pull mysql:8.0.23 --platform linux/amd64`) and so did not encounter...
Joey implements a token based batch sampler, such that every batch has roughly a similar number of tokens. https://github.com/joeynmt/joeynmt/blob/main/joeynmt/datasets.py#L783-L820 The goals as I understand them are: 1. Create a consistent...
### Problem The current human pose viewer looks human-ish and is in high definition (`768x768`); however, it is not pleasant to the eyes and works slowly (70ms~ with WebGPU and...
### Problem The application currently relies on a server endpoint for spoken-language to SignWriting and SignWriting to spoken-language text-to-text translation. This prevents us from performing translation offline and makes us...
### Current Behavior  ### Expected Behavior This should be tested, and fixed ### Steps To Reproduce https://sign.mt/legal/licenses
### Current Behavior When detecting the input language, and no input language had been detected, this is the behavior:  ### Expected Behavior instead, we need to show a disabled...