Loreto Parisi
Loreto Parisi
An internal function of CLD2, [int GetLangScore(uint32 probs, uint8 pslang)](https://github.com/CLD2Owners/cld2/blob/b56fa78a2fe44ac2851bae5bf4f4693a0644da7b/internal/cldutil.cc#L141) let you get the score of a language by language probability. This is used in several points to calculate the...
Any plan to support the new neural network based [CLD-3](https://github.com/google/cld3)? Recently, I have proposed a build without the Chromium dependency (static library only), and it seems it work now: https://github.com/google/cld3/issues/23...
The calling script declares `--max_old_space_size=8000`, so it's a OOM that happens internally. ``` 380732 ms: Mark-sweep 7855.8 (8034.6) -> 7855.8 (8034.6) MB, 5755.0 / 0.0 ms [allocation failure] [GC in...
[HiFiGan](https://github.com/jik876/hifi-gan) has sota results in wav generation from mel spectrograms Is it possibile to add support to `hifigan` model, after the `mel` generation, in order to create the wave file?...
It would be nice to add a minimalist `` syntax highlight like the one available in most of markdown editors using the code type like ```json { "key": "I'm a...
As discussed in https://github.com/bjjb/chromaprint.js/issues/3
I have created a brand new bot app (21 feb 2020). I the put my new bot oauth token in the init: ```javascript // Slack bot self.bot = new SlackBot({...
I get this error when having in the `CLASSPATH` the DeepLearning4J and ND4J jars. This happens only when initializing `CoreNLP` *and* `DeepLearning4J`, while the latter works alone. ``` { Error:...
I have to handle common English Verbs contractions of `-ing` like `goin`, `givin`, `doin`, etc. Let's make an example I'm goin to surfin' and livin' on my own and maybe...
Is it possible to support PIL as alternative to CV2? Thank you.