Y. SOMDA
Y. SOMDA
Hi @albertopoljak, I tried the TensorFlow Lite and TensorFlow.js converters too... with some hacking (trying everything I found on Stackoverflow), I was able to generate the models but they were...
Hello @AndydeCleyre, As you said, I just tried to install Tensorflow on Alpine and I'm getting an error > / # pip install tensorflow > ERROR: Could not find a...
> Or what? I don't see how I could split Guesslang from my app's container . . . Yes, I was thinking about that. You would call Guesslang through a...
Hello @julien-c, That's a good idea. I'll check how to do that.
Just before the merge, I updated the model that was in the PR with a better trained one https://github.com/yoeo/guesslang/pull/33/commits/198352a0027199f29c995afe9db5a66dd9403e99 . Maybe you're using the model that was pushed just before...
@TylerLeonhardt, just out of curiosity, how do you convert the model to TensorflowJS? I tried with the current stable version of `tensorflowjs`, with no special options, and got an error:...
Cool the conversion now works. I can see that the converter prints messages about various optimisations. I especially suspect that the `int64` to `int32` conversion have an impact the model...
> The missing ops errors can be ignored, since those are maybe from some of the training functions not used in the inference graph. @pyu10055 OK. During the training phase...
Hi @antonakv , I can see that there is more than enough HCL examples files on Github to feed guesslang machine learning model https://github.com/search?q=language%3AHCL&type=code I'll try to support HCL with...
Diff: :heavy_check_mark: more than enough files publicly available for training https://github.com/search?q=extension%3Adiff :warning: Diff support could clash with basically all the other languages. As Diff code is other languages code with...