Pat Gunn
Pat Gunn
Hello, Can you share your notebook? I suspect the parameters you're using are the cause of this (I am leaving on a trip today - it may take me a...
Oh, that's surprising. I'd expect that error to come from changing some of the other parameters. If you can find the smallest dataset that shows the problem, toss it onto...
@j-friedrich Do you think we should check for this and throw an error if the number of frames is too short?
@clay34207 I fixed that issue in rolling_window() ; I suspect your fix was not quite the right thing - you may want to undo it locally and try the fix...
Hello, I don't entirely understand the commandline you're using; I can see that this is probably your prompt: `pb@claustrum ~/c/d/general>` But to run python in the caiman environment, are you...
Hello, I think this is probably harmless; it's possible for Caiman to use a GPU, but some of our test code (and demos) don't do so by default because trying...
Closing this for now
Hello, I think demo_pipe_as_func.py is probably something you made yourself, perhaps modified off of an existing notebook? If you'd like to pastebin it, I can take a look.
Hello, I don't see any pastebin URL or attachment, although if you used the email interface to github it may not parse it in.
Looking at the code paths, right now I believe you're hitting evaluate_components_CNN() through one of the longer call paths, and there's not currently a way to signal intent to use...