Oracen-zz / MIDAS

Multiple imputation utilising denoising autoencoder for approximate Bayesian inference
Apache License 2.0
119 stars 28 forks source link

Demo crashes kernel #10

Open mosew opened 5 years ago

mosew commented 5 years ago

Hi there,

Thanks for making this! I'm having a problem running the demo (and other minimal examples). On generate_samples() and overimpute() the kernel dies fairly quickly. I'm running Mac OS X High Sierra, Anaconda 3, Tensorflow 1.12.0. Any idea what's going on?

tsrobinson commented 4 years ago

Hi there,

Thanks for raising this issue. We have now migrated the midas code base to this GitHub Repository.

The new repo has an updated code base and we have also updated the Jupyter Notebook example. This runs fine on macOS Catalina (core i5, 8GB RAM), so I hope this issue is now resolved. That being said, on larger applications you may run into memory management issues. One solution would be to increase your swap space (if you haven't done so already). If you continue to have problems, please would you raise this issue again on the new repo.

Many thanks, Tom