lfads / lfads-run-manager

Matlab interface for Latent Factor Analysis via Dynamical Systems (LFADS)
https://lfads.github.io/lfads-run-manager
Apache License 2.0
50 stars 29 forks source link

Minimum CUDA version #17

Closed jrm2107 closed 5 years ago

jrm2107 commented 5 years ago

I have a slightly older GPU, and I was hoping to get this package to work. It gives me a tmux error, so I'm assuming that it has something to do with compatibility with my GPU. Is there a minimum CUDA version that you require to run LFADS?

djoshea commented 5 years ago

Sorry for the delayed reply. Your best resource is this table https://www.tensorflow.org/install/source#linux which lists the required CUDA version for each tensorflow version. We've tried to keep the LFADS implementation reasonably up to date with versions of Tensorflow, but the code doesn't use too many recent features in the language, so the changes have been cosmetic. If you run into issues with older Tensorflow versions, you could probably fix up the syntax issues if you're comfortable with Python.

Alternatively, you could try the JAX implementation, which might be more forgiving of other CUDA versions (I'm not sure). https://github.com/google-research/computation-thru-dynamics

Hope this helps!