Ink
Ink
I believe that I'm running into the same problem with the chat app. After a certain length, every conversation ends with the session crashing. It doesn't appear that I can...
Is this still an issue for anyone? As of beta v23, I am able to successfully train and run inference with the NeuralNetworkGPU() class, in both Firefox and Chromium.
Demos were moved to a dedicated repo: https://github.com/BrainJS/brain.js-examples
Demos got moved to their own repo: https://github.com/BrainJS/brain.js-examples
It sounds like you forgot to import the LSTM class: ``` import { recurrent } from 'brain.js' const net = new recurrent.LSTM() ```
Async training is only supported by a couple of classes. Most do not (and will never) support async training: https://github.com/BrainJS/brain.js#async-training Since you didn't tell us what kind of network you're...
Thanks for the tip @kdevcse! [Your changes](https://github.com/kdevcse/brain.js/pull/1) fixed the following problem for me, on Arch: ``` npm ERR! code 7 npm ERR! path /home/crow/Repos/eliza/node_modules/gl npm ERR! command failed npm ERR!...
This looks like a duplicate of: https://github.com/BrainJS/brain.js/issues/853 Like I said there, if you export [this environment variable](https://github.com/gpujs/gpu.js/issues/753#issuecomment-1114547254) before running "npm install", it should fix your problem.
I agree, an official community would be great. I've spent so much time beating my head against the wall, because I don't want to bother the maintainers with my trivial...
I think this is related:    It's not just aliases, but link references as well. Not to mention, the stripped #hashtag formatting and link color inconsistency is annoying,...