Jerin Philip

Results 63 comments of Jerin Philip

Is this fixed and a `.dll` (for windows) available? I'm getting the same despite using the recent plugin.

@soumith Can you elaborate on the issue here? The common factor in my code with this code for me is LMDB, and it produces the exact same error. Does this...

Probably doesn't. https://github.com/marian-nmt/marian-dev/blob/f74d055d204d7ed417f3dd26ad469192d70e8112/src/data/corpus_sqlite.cpp#L57-L67 There's `sqlite3_mprintf` in 3rd-party/sqlitecpp/.. which can be used here. Or simply sanitise once outside in your cleaning pipeline and ensure the corpus is clean.

Tests are missing in the JavaScript layer entirely. Note that C++ tests will not cover the JavaScript, and the *sloppy* development operation in JavaScript has led to configuration faults that...

Maybe this could be made obsolete by https://github.com/browsermt/marian-dev/issues/50?

So far, following #210 we've been pursuing how best to approach separating graph from the workspace. #223 is a failed attempt at storing tensors in the same graph (there are...

> @XapaJIaMnu suspects we might be using "Workspace" to store what are more permanent tensors which should stay with TranslationModel, like a prepared matrix for intgemm or something for shortlist....

Adding some more information on related to this here: > Everything is intgemm interface, if you fix that you would be able to work with on-demand models (fp32 npzs). Get...

Note to self: base models without 8-bit stuff are available for download from https://github.com/browsermt/students/blob/962d419729ff5145b2ba30be182c1e90991ca7a4/deen/download-models.sh.

Isn't high-oov rate pages a tiny fraction of the pages intended for the target audience, or even the web? Moreover, is this not best handled at browser lang-detect? They send...