RODNEY PETRUS BALANDONG

Results 10 issues of RODNEY PETRUS BALANDONG

Assume the batch of images is of the following pattern. Specifically, all images contain context-less word,and each image contain 5 level (rows) of character as shown below. Each image however...

bug

The compiler return an error > AttributeError: Can't pickle local object 'MNEBrowseFigure.__init__..' upon saving object create with the help of `parallel`. The full traceback is ``` Traceback (most recent call...

Great work from the `braindecode` team. I believe this package will further help future researcher to dwell more into deep learning territory. If I can offer a suggestion to the...

question

Great work from the team. Moving forward, I would like to link nipype with Matlab. Specifically, the objective is to submit some argument from Python through nipype to a Matlab...

When running the [tutorial](https://github.com/neuropycon/graphpype/blob/master/examples/plot_conmat_to_graph.py), the compiler return the following error ``` RuntimeError: Workflow did not execute cleanly. Check log for details 210818-01:18:44,747 nipype.workflow INFO: *********************************** 210818-01:18:44,748 nipype.workflow ERROR: could not...

IIUC, this should be 4 time points, instead of 3. https://github.com/wiheto/teneto/blob/e7bfc4766738b1ef729528db3b7273492b4a7f60/test/communitydetection/test_communitydetection.py#L12-L13 `G` has the shape (6,6,4)

In mmocr `'0.6.0'` (I maybe wrong about the version since I dont have the old copy in hand due to recently upgrade to 0.6.1 without making a backup of the...

May I know if this error related to the fact that I am using Window OS? 1) [LINK](https://stackoverflow.com/questions/46608465/what-is-inside-so-file-of-python-library-distribution)

For this error, Change the [script](https://github.com/jhetherly/EnglishSpeechUpsampler/blob/master/preprocessing/test_train_split.py) line 18 ` with open(filename, 'wb') as csvfile:` to ` with open(filename, 'w') as csvfile:` Ref [Ref 1](https://stackoverflow.com/questions/33054527/python-3-5-typeerror-a-bytes-like-object-is-required-not-str-when-writing-t)

When running the [tutorial](https://github.com/neuropycon/graphpype/blob/master/examples/plot_conmat_to_graph.py), the compiler return the following error ``` RuntimeError: Workflow did not execute cleanly. Check log for details 210818-01:18:44,747 nipype.workflow INFO: *********************************** 210818-01:18:44,748 nipype.workflow ERROR: could not...