Hey BF Team,
I am a first time user of BF and I followed the install section on the readme and tried to run the first example but it failed with a Keras error:
python3.11/site-packages/keras/src/layers/core/dense.py", line 101, in _init_
**raise ValueError(**
ValueError: Received an invalid value for `units`, expected a positive integer. Received: units=None
Workaround: I uninstalled the default keras 3.13.1 (installed with pip install bayesflow) and replaced it with 3.10.0.
I am not sure the best fix but the issue is not mentioned on the bayesflow readme maybe update the requirements keras<3.13?
Let me know if I can help.
Thanks!
Nick