Vedran Karačić
Vedran Karačić
@cipriantarta I think you should create a PR for this :slightly_smiling_face:
`NVIM v0.8.0-dev-930-ga4e4609d6` has the same issue
Hey @talvasconcelos ! Of course, go ahead! I don't know React (yet, I'm planning on learning it) and don't have enough free time to commit to JARVIS for now.
LSTM does work, at least it did for me when I tried very basic data (ascending and descending array of numbers).
I am currently observing similar issues. I was able to track it down to pyright freezing up on startup and afterwards in a somewhat large codebase. I bisected the issue...
Same issue here, @sachams have you found a fix for this?
This _might_ help: https://github.com/vkaracic/JARVIS/blob/master/static/js/LSTM.js It's part of a simple UI that I'm working on. It's the code for creating and training an LSTM network.