Skip to content

Commit c4e59ab

Browse files
authoredApr 22, 2024
from keras import layers, models
1 parent 2702bf9 commit c4e59ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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)
Failed to load comments.