You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use BlackJAX SgLD for BCNN on the MNIST dataset to solve blackjax-devs/sampling-book#14. We used the SgMCMCJax library for SgLD, which gives an accuracy of 94.4%. BlackJax is unable to reproduce the results in the same setting. The detailed code and our findings can be found in this notebook.
You can see in the below plot that BlackJax SGLD does not give the desired results.
The text was updated successfully, but these errors were encountered:
Try installing the latest developments with pip install blackjax-nightly. Notice that you'll need to change your code a bit for it to work with the latest SgLD kernel. Specifically, you won't be initializing a state and instead passing the previous position directly to the step function, you'll also be passing the learning_rate/step_size to the step function instead of the kernel initializer:
We are trying to use BlackJAX SgLD for BCNN on the MNIST dataset to solve blackjax-devs/sampling-book#14. We used the SgMCMCJax library for SgLD, which gives an accuracy of 94.4%. BlackJax is unable to reproduce the results in the same setting. The detailed code and our findings can be found in this notebook.
You can see in the below plot that BlackJax SGLD does not give the desired results.
The text was updated successfully, but these errors were encountered: