Etienne Monneret

Results 71 comments of Etienne Monneret

Remark: it seems wiki pages have a problem. I see HTML code in place of the rendered viewing. A github bug? I'm always using the `--skip-cleaning` option, and it seems...

Do you have link for explanations on effects, default value, etc ?

I worked on this. I got very interesting and instructive results. The major thing is: it appears that the attention architecture is very very efficient to ignore what is not...

I have a possible explanation. On this machine, the RAM was a bit overloaded. When freeing a bit of it, the disk access is falling down. I think MMT4 is...

In the original post of this issue, I though the cassandra version was hard-coded in my old engine that was requiring an old version of it, but it's only a...

Yes. Have a look here: https://github.com/EtienneAb3d/OpenNeuroSpell ;-)

Ok. But, I think, with MMT, the GPU is underused. Why does the serialisation is done at high level of the architecture, in the Java code, before calling the Python...

What do you mean by "a real-time scenario" ? NeuroSpell is always sending twice each sentence, once with a direct 'translation' (of course, in this case, it's not exactly translation),...

I would like to profile the Python code. But, I don't understand how the command line is working, while launching something like `python mmt.jar`. Can you give me a link...

I just found the `__main__.py` file in the JAR file, and thus, it becomes more clear. 🙂