slinderman / recurrent-slds

Recurrent Switching Linear Dynamical Systems
MIT License
97 stars 23 forks source link

Installation dependencies #3

Closed eliotmoss closed 6 years ago

eliotmoss commented 7 years ago

I finally got to trying to install and run rSLDS. THe following dependencies are ones that I don't think it made explicit, but that I had to figure out by installing things, seeing what fails, search the web for missing modules, etc. They are:

autoregressive also needed imports of some things fixed to say to import them from autoregressive; and example is 'models'. In the end I had to update and rebuild numpy and scipy, and a number of other dependencies were downloaded and built more automatically. I thought you might want to know these things for your setup file, etc.