Farid Aboharb, MD PhD
Farid Aboharb, MD PhD
I've run into the error below twice: `An unexpected error occurred trying to launch a kernel. The CUDA error was: invalid configuration argument.` once in find extract_spikes, line 106, and...
 This seems obviously incorrect. What might be going on? I Imagine the resultant sorting can't be correct if it thinks the probe is shuffling back and forth like this.
Is there a way to get kilosort to detect positive peaks? It seems it is not meant to, but I am wondering if there is a way to get it...
the README suggests installing any MATLAB version above 2016 and the appropriate CUDA, alongside a C++ compiler. For those using the same setup I am, It seems like VSC2013 won't...
So I am implementing this on a Neurons * Time point * Category matrix. Below is some description of my inputs: ``` % size(binnedDataStack) = [276 44 8]; margNames =...
It seems the 'loadPCs' switch is looking for files which Phy doesn't currently produce (not sure if its related to the non-functional Feature view when using Kilosort3). Not sure how...
Trying to run on local machine, seems to hit some problem just going through the example notebook. when trying to plot after downloading the dog image. the image is loaded...
### Issue Description When using SHAP to detail a cross-validated analysis of a dataset using a feature-selection pipeline, some features are only included in some of the splits. This leads...
following using the 'get_source_text' function, it seems the tabs and returns in the file are ignored. Is there a way to detect where they were?
Initialized a Conda environment with Python 3.11 (you should put the req'd version somewhere, I ran into a bunch of issues doing 3.10). Installed the reqs, opened the folder in...