abuzarmahmood / pytau

Library to streamline batch-fitting of Bayesian changepoint models to neural population spiking data
https://abuzarmahmood.github.io/pytau/
MIT License
1 stars 0 forks source link

Separate inference samples from model #5

Open abuzarmahmood opened 2 years ago

abuzarmahmood commented 2 years ago

Because of theano+pymc versioning, saved models are version specific While this can be managed with proper versioning, it might be even better to separate the sample arrays from the model so that this is not an issue when loading models to begin with