Ink

Results 36 comments of 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: ![image](https://user-images.githubusercontent.com/94832312/180585382-7cc1b27a-93b4-4ba7-a1c8-e781c9cb84ed.png) ![image](https://user-images.githubusercontent.com/94832312/180585415-09b31e6c-2d30-44cd-866f-44ae6fe1c281.png) ![image](https://user-images.githubusercontent.com/94832312/180585396-d4635a2a-cb3c-4c65-b31c-3d01f61a528d.png) It's not just aliases, but link references as well. Not to mention, the stripped #hashtag formatting and link color inconsistency is annoying,...