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

Add theano compile_lock awareness in model fit to allow joblib parallelization #1

Closed abuzarmahmood closed 2 years ago

abuzarmahmood commented 2 years ago

checking for lock prior to model creation and fit still ends up going to theano lock check. Could potentially add function which checks for lock AFTER fit command is initiated and only then starts the next run.