[BUG] Keras's incompatibility with numpy>=2
breaks cellfinder
's model training
#446
Labels
bug
Something isn't working
numpy>=2
breaks cellfinder
's model training
#446
Describe the bug
When I try to train a model with cellfinder napari's Training widget, I get a keras-related error:
Which is likely because of a reported incompatibility between
keras
andnumpy 2
.Full stack trace
To Reproduce
Expected behaviour
I can train cellfinder through napari
Log file
\
Screenshots
\
Computer used (please complete the following information):
Additional context
I can make this go away by
pip install "numpy<2"
The text was updated successfully, but these errors were encountered: