Raymundo Cassani
Raymundo Cassani
I solved this problem upgrading from PyTorch 10.1 to 10.2
Hi @Moo-Marc, this is the PR for the power scaling
> we can divide PCA by sqrt(N). Yeah, this makes more sense than scaling the 1PC to match the same power of all N signals. Can you add it in...
Hi @Moo-Marc, this fix is related to PCA as ScoutFunction, not to flattening 3D time series
The power scaling has been moved out of this PR
This change is currently handle in #559
To avoid installing extra libraries, is it possible to call (from Python) piece of software already existent in OSX to play sounds? Similar to the approach followed in the Windows...
Few months ago, we revamped the [bst-users repo](https://github.com/brainstorm-tools/bst-users), it may be helpful for these user plugins. * The user plugins and their definition (json or plugin struct) can be added...
I had the same issue as I'm using nvidia drivers, a way to solved was to: 1. Install pyOpenGL `pip3 install pyopengl` 2. Add the following import to `qtodotxt2\app.py` `from...
Hi @rsoric, I'm was having the same trouble with the the `Inkplate6COLOR_RTC_Alarm_With_Deep_Sleep` example on the Inkplate6COLOR. I did these two things and now **it is working** - [x] HW: Checked...