We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2702bf9 commit c4e59abCopy full SHA for c4e59ab
computer_vision/cnn_classification.py
@@ -25,7 +25,7 @@
25
26
# Importing the Keras libraries and packages
27
import tensorflow as tf
28
-from tensorflow.keras import layers, models
+from keras import layers, models
29
30
if __name__ == "__main__":
31
# Initialising the CNN
0 commit comments