Replies: 3 comments 6 replies
-
Use separate environments for each? |
Beta Was this translation helpful? Give feedback.
-
Note that if all you need is the Oasis part of CNMF, Johannes has a separate repo that just has those parts of the codebase: https://github.com/j-friedrich/OASIS I've never used that codebase, but it looks like it should probably work. Note as well that tensorflow is something we're hoping to replace with pytorch at some point (which might or might not make the underlying issue easier. |
Beta Was this translation helpful? Give feedback.
-
@LeoJuh One additional note - I looked at the repo and you're pinning tensorflow 1.13 - in the longer-term this is going to cause problems as supportable cuda versions will limit your ability to work with current GPU hardware. At some point you'll probably want to port cite-on to use tensorflow 2.x (or move to torch, or one of the other options) just to continue to be able to use it. |
Beta Was this translation helpful? Give feedback.
-
My lab is using a python package called to for cell identification. The identified cells is thereafter feeded into the CaImAn software.
A problem with this is that since cite_on and CaImAn use two different versions of tensorflow, they can´t be used in the same conda environment, which makes things a bit tricker.
I therefore would like to ask if anyone knows a way to make a CaImAn "lite" version which only contains the code to execute the CNMF function?
Beta Was this translation helpful? Give feedback.
All reactions