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

Python-based theano compile-lock aware loop for parallel runs #6

Open abuzarmahmood opened 2 years ago

abuzarmahmood commented 2 years ago

This is only begin the next iteration after the first one has already started fitting (i.e. it wont hold on to the compile lock anymore) Refer to: https://stackoverflow.com/questions/9808714/control-the-number-of-subprocesses-using-to-call-external-commands-in-python

This will avoid the trouble with issue #1