Marco Forgione
                                            Marco Forgione
                                        
                                    Hi, Thanks for the very nice package, I found it very useful! I added two features in this fork: https://github.com/forgi86/mixture-density-network 1. Support for more than one "batch" dimension. For instance,...
If I run $ make in the folder, i get an error as the bin sub-folder does not exist. I solved the issue by manually creating the bin folder before...
I get an error running: ``` $ make onnx2c ``` The error is triggered by the generated file onnx.pb.h and reads: "This file was generated by a newer version of...
Hello, I an new to blackjax and recently came across your nice examples. However, I had to change a few line of codes to use recent versions of the jax/blackjax...
window_adaptation syntax has slightly changed and the current code does not work with blackjax 1.2.3 In bayesian-neural-network.ipynb, I replaced: adapt = blackjax.window_adaptation(blackjax.nuts, potential, num_warmup) final_state, kernel, _ = adapt.run(key_warmup, params)...