from keras import layers, models

This commit is contained in:
Christian Clauss 2024-04-22 21:37:07 +02:00 committed by GitHub
parent 2702bf9400
commit c4e59ab633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ import numpy as np
# Importing the Keras libraries and packages
import tensorflow as tf
from tensorflow.keras import layers, models
from keras import layers, models
if __name__ == "__main__":
# Initialising the CNN