Jean-Rémi KING

Results 12 issues of Jean-Rémi KING

There seems to be an inconsistent API between mnist and cifar10: ```python X, Y, Xtest, Ytest = tflearn.datasets.mnist.load_data(one_hot=True) (X, Y), (Xtest, Ytest) = tflearn.datasets.cifar10.load_data(one_hot=True) ```

Hi @maartenbreddels , I'm trying to manipulate a mesh with two sliders, one to control one dimension e.g. pressure, and the other to another dimension: e.g. heat. Interacting with one...

I have just installed atom-notebook after encountering the [`nan.h` issue](https://github.com/jupyter/atom-notebook/issues/45). The installation seemed to be ok, but in `preference>packages>atom-notebook` I see the `uninstall` and `disable` options but not the `settings`...

Hi, Thanks a lot for your package. I'm unfortunately encountering an error when building: ```bash >> make ... [ 96%] Linking CXX executable head_pose_single_frame CMakeFiles/head_pose_single_frame.dir/samples/head_pose_estimation_single_frame.cpp.o: In function `main': head_pose_estimation_single_frame.cpp:(.text.startup+0x200): undefined...

Hi @nbara , Thanks for this nice package. IIUC, mcca generate a matrix that project sensors onto canonical components. Is there a reverse transform easily available e.g. project many subjects...

Hi, I'm stuck at the compile step. I run the command `make` and get ``` gcc -std=c99 -O3 -shared -o _layout.so layout.c /usr/bin/ld: /tmp/ccbKpqJX.o: relocation R_X86_64_32 against `.rodata.str1.1' can not...

Hi, is it possible to restrict the matching to some operations, e.g. ```python # default changes = editops(A, B, operations=('insert', 'delete', 'replace')) # as opposed to changes = editops(A, B,...

Even if I apply the channel preprocessing `hcp.preprocessing.map_ch_coords_to_mne(inst)`, some plotting functions crash into an unclear error if data channels aren't picked (i.e. `inst.pick_types(mag='meg')`): ```python import numpy as np import hcp...

@dengemann @agramfort Continuing on our email discussion... As I said, the pairs of gradiometers can be combined to get a 2D vector, and hence be treated as a single dependent...

ENH
sprint-2023

Hey :) Do you have a pipeline for extract gamma activity from the raw data, instead of doing it at the epoch level?