Closed fpolachowski closed 1 month ago
With Keras 3.0 keras can be directly imported. Instead of: from tensorflow import keras Now supports: import keras
from tensorflow import keras
import keras
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?
With Keras 3.0 keras can be directly imported. Instead of:
from tensorflow import keras
Now supports:import keras