Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having Trouble getting started #74

Closed
meyert11 opened this issue May 31, 2019 · 3 comments · Fixed by #595
Closed

Having Trouble getting started #74

meyert11 opened this issue May 31, 2019 · 3 comments · Fixed by #595

Comments

@meyert11
Copy link

Hey guys,

I went through the Neuropixels course (so I have some rudimentary Kilosort experimence). I've been trying to setup a Kilosort Rig from our Convolutional Neural Network Rig. Here are my versions:

After trial and error, I got this to 'work': Matlab 2016a & all needed toolboxes, Visual studio 2012 C++ compiler, CUDA 7.5.

I can run mexGPUall, and mex completes successfully. I acquired example data from: http://data.cortexlab.net/singlePhase3/data/

  • specifically rawDataSample.bin

The problem
I open Kilosort, load the selected data file, slect the working and results director. When I get to the channel mapping, regardless of what I select (Phase3A, 3B1, 3B2) there is a matlab error during 'Computing whitening filter...'

The error is:
'Error using -
Matrix dimensions must agree.

Error in ksFilter (line 24)
dataRAW = dataRAW - mean(dataRAW, 1);
'
There are more error lines going up the tree to where the callback in the gui it errored, let me know if that'd be helpful. Needless to say, the Run box never ungrays out. Any suggestions?

Travis

@nsteinme
Copy link
Collaborator

nsteinme commented May 31, 2019 via email

@meyert11
Copy link
Author

Thanks Nick! It's actually a relief to know it wasn't something I had done :) I'll give a new matlab a try, hopefully it'll be compatible with my combination of CUDA and compilers!

@meyert11
Copy link
Author

meyert11 commented Jun 4, 2019

It worked! I installed 2019a, I had to re-setup the compiler, make a new kilosort-master folder, and reinstall the GUI Layout Toolbox, but it works! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants