-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
skipgram predict throws an uncaught error #3
Comments
There is no more error stach information? And I'm not familier with training logic, If you provide a minimal reproduction, then I can try to investigate it. |
Unfortunately, run with
It seems too hard to investigate 😂 |
Strange error, I have no good idea to investigate 😂 it seems we need to debug in git submodule |
@yunsii Can you try running it in pure JavaScript? |
JavaScript is just a binding for fasttext wasm, there is no pure JavaScript to run. |
Sorry I meant not running it through |
ESM and CJS are just binding js for wasm, it must throw error when call |
I have been using the package as a way to use more general fasttext features as it seems that the build from the official version doesn't work. I have trained a skipgram model through your package using the following script:
There were no issues training the model and some methods of the model work as expected:
However the predict method doesn't work and throws an uncaught WASM error.
The text was updated successfully, but these errors were encountered: