Etienne Monneret

Results 28 issues of Etienne Monneret

If my memory is good, this is something I already saw a very long time ago. In this process: ``` 1. Translate sentence S1 without tuning. 2. Translate sentence S1...

Trying to install with 30XX requirements, I got this error: `could not find a version that satisfies the requirement torch==1.7.1+cu110` This seems to work (I don't know if this is...

I'm training some models with large data sets of very "noisy" sentences. The amount of CPU RAM used during the vocab step is very large: more than 200G ! Currently,...

In my spell and grammar corrector NeuroSpell (a completely new improved version will be released soon), I'm using MMT with its adaptation feature. When processing sentences, I'm only reach about...

Exploring the MMT code, I discovered it is doing a re-segmentation of sentences to process the segmented result as a batch. First of all, it would be nice to explain...

When trying to launch a model built with previous version using MMT421, I got this error: ``` 2019-11-03 15:09:45,875 ERROR eu.modernmt.cli.ClusterNodeMain [main] Failed to start node eu.modernmt.engine.BootstrapException: java.io.FileNotFoundException: File '/mnt/SSD/MMT421/modernmt/vendor/cassandra-3.11.4/conf/cassandra.yaml'...

Installation doesn't work with current version 3.11.10 You need to change to version 3.11.11

You may send tuning pairs in the URL adding source + target + weight for each, like: ``` http://localhost:port/translate?q=text&source=lngSrc&target=lngTrg &s1=source1&t1=target1&w1=weight1 &s2=source2&t2=target2&w2=weight2 .. ```

Hi, When trying to install the latest release, `torch` 1.3.0 is not found. The nearest version available is 1.4.0. Changing `torch==1.3.0` to `torch==1.4.0` in `requirements.txt` seems to be sufficient. I...

Hi! I just migrated a model from one machine to another. It didn't start with a generic error, and no log file created. After a long such, I finally discovered...