eerilygood / eereid

Python module providing tools for training and evaluating re-identification models.
Apache License 2.0
2 stars 0 forks source link

Switch to keras import #16

Closed fpolachowski closed 1 month ago

fpolachowski commented 1 month ago

With Keras 3.0 keras can be directly imported. Instead of: from tensorflow import keras Now supports: import keras

psorus commented 1 month ago

true. But depends on the environment. I think changing this would mean that you actually have to install keras. And I mean there is no benefit right?