Jonah Weissman
Jonah Weissman
> I made a stripped down version of the script [here](https://github.com/Evidlo/remarkable_mouse/blob/simple/remouse.py) which should aid in debugging this problem. I have the `simple` branch running, and I'm still getting the same...
I ran this on the `simple` branch (the `cat` is to keep my password out of my command line history): ```shell > python3 -m cProfile -s tottime remouse.py $(cat) >...
Here's my output from `simple_evsync`: ``` Timer unit: 1e-06 s Total time: 9.49778 s File: remouse.py Function: loop at line 100 Line # Hits Time Per Hit % Time Line...
I tried the rm2 branch with the same hardware but with a different Linux distro installed, and I still had lag. I think it might just be that the processor...
I'm no longer using remarkable_mouse (just don't have a need for it anymore), so I can't say
@Eeems yes! Very sorry about the delay, I got busy and then forgot to come back to this when I had time. I decided to just display a message indicating...
> Yes we should prefer storing in `/opt` or `/home` to survive upgrades and to avoid filling up the root partition. That said, I believe kernel modules need to be...
I fixed the bug that was causing the freq_gen performance bug. The activation function is applied to the data twice in `ESN.predict`; [once](https://github.com/cknd/pyESN/blob/de294b637450abc072d1e0f49fcca7355450482d/pyESN.py#L252) while stepping through states and [again](https://github.com/cknd/pyESN/blob/de294b637450abc072d1e0f49fcca7355450482d/pyESN.py#L255) to...
I just encountered a problem similar to the one in that stackoverflow post. I'd be in favor of a third option: display a warning that forecasting on a non-full `PeriodIndex`...
I'm fine with closing this PR, since I'm unlikely to pick it back up. Thanks for the update on the status of the package. I'm still a user and a...