Paul Guyot

Results 139 comments of Paul Guyot

@MatthiasWM I still pay for kallisys.net & kallisys.com and it's not going to end anytime soon. I can provide space and/or a subdomain redirect/hosting if you want to.

Thank you for everything you have done so far. I am especially excited by the integration of Einstein with development tools. Like @panicsteve I do prefer native interfaces, especially on...

This is a bug. The version is hardcoded here: https://github.com/pguyot/Einstein/blob/master/Emulator/TNativePrimitives.cpp#L905

The FIXMEs are not so much an issue, and I actually disabled the report on LGTM. We can agree on the semantic but just changing them to TODOs is probably...

Do you have an image to test this with? As long as there is no specific setting to pass to qemu (for cpu), it's mostly about copying qemu-user-static binary for...

Sorry I was confused. arm64 images are aarch64 (it's a synonym) and they are supported. x64 images are amd64 (like the host) and should also work non-emulated as the action...

You can find precompiled binaries for Raspberry Pi here: https://github.com/pguyot/kaldi/releases https://github.com/pguyot/py-kaldi-asr/releases

The file format might have been changed. The idea is to extract text only and what you get is nearly what we need. You need to replace all sgml entities....

Resulting models are available here: https://github.com/pguyot/zamia-speech/releases/tag/20190930

> I didn't spend much time on it, i used sed 's/. /.\n/g' to add some newlines and that seemed to do the trick for now. Could you please precisely...