BPReveal 5.0.1
Version 5.0 of BPReveal moves from the old Keras 2.0-based code to Keras 3.0 through most of the repository. All existing configurations should still be valid, but note that models are now saved with a .keras extension instead of .model. If you are using the BPReveal API, those calls should all work just as before, but if you were manually loading a model, that will probably need to change.
If your current BPReveal install is working fine, there's not much reason to upgrade to 5.0, but new features will not be backported.
Note that 5.0.0 should not be installed, since Tensorflow 2.18 has a regression that totally breaks the GPU on my machine and therefore I'm not able to test it. 5.0.1 (this release) locks the Tensorflow version to 2.17 and that should be used instead.
Happy training!