You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found I can circumvent some of the initial gpuArray errors by setting ks.ops.GPU= 0; which allows me to at least view my data (preprocessed beforehand via highpass filtering and common average referencing prior to writing to a .bin file). Some pre-processing steps inside of kilosort (e.g. whitening filter) seem dependent on GPU operations.
Must i look towards Kilosort4 in python, else get a GPU?
The text was updated successfully, but these errors were encountered:
I found I can circumvent some of the initial
gpuArray
errors by settingks.ops.GPU= 0;
which allows me to at least view my data (preprocessed beforehand via highpass filtering and common average referencing prior to writing to a .bin file). Some pre-processing steps inside of kilosort (e.g. whitening filter) seem dependent on GPU operations.Must i look towards Kilosort4 in python, else get a GPU?
The text was updated successfully, but these errors were encountered: