-
This is likely low priority.
The echo translation engine only works with text files. As Scripture Forge now uploads Paratext zip files, we are no longer able to use Echo for testing purposes.
In…
-
The nostr-filter seems to be having issues communicating with strfry if I'm understanding this correctly. Getting `Error: connect ECONNREFUSED 127.0.0.1:7777` in the nf.log when it first starts. In my…
-
This code fails:
```
f = nmt.NmtField(m, None, spin=0, lmax_mask=-1)
```
(also for `lmax`), with error. If it is intentional, the documentation needs to be updated.
```
File ~/mambaforge/env…
-
Hello, everyone.
I am trying to use ctranslate2 on android device.
Hope any ctranslate2 expert to guide on how to use ctranslate2 on android.
maybe we need to cross-compile ctranslate2 for arm.
Bu…
-
**Issue by [Kelina](https://github.com/Kelina)**
_Thursday Dec 19, 2019 at 01:50 GMT_
_Originally opened as https://github.com/nyu-mll/jiant/pull/979_
----
Introducing a recurrent sequence-to-seque…
-
Dear Tommi,
The following message is shown while translating in Trados, although it is ok with the application or server
![image](https://user-images.githubusercontent.com/35687049/215259884-b41819f…
-
The fine vertex and triangle manipulations seem more impressive to me as shown in [Animata tutorial](http://animata.kibu.hu/tutorial/animata-arm-tutorial-081014.mov) because we have more precise contr…
-
Hey Michael,
Looking to install pygrid, thanks for the clear instructions. Hitting a wall immediately though:
```
$ ./pygrid.py
Writing default config: /home/simon/.config/pygrid.json
PyGrid …
-
### Description
I would like to export trax trained model as tf object, to serve it in tensorflow serving
...
### Environment information
```
Google Colab
$ pip freeze | grep trax
trax=…
-
I write a neural machine translation system with platoon.
The batch size is 80 and sync every 10 mini-batches.
I found that the memory cost about 4 times larger than the same system without platoon.…