Skip to content

Commit b0f5b68

Browse files
authored
from keras import layers, models
1 parent 3acd226 commit b0f5b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: computer_vision/cnn_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Importing the Keras libraries and packages
2727
import tensorflow as tf
28-
from tensorflow.keras import layers, models
28+
from keras import layers, models
2929

3030
if __name__ == "__main__":
3131
# Initialising the CNN

0 commit comments

Comments
 (0)