mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
from keras import layers, models
This commit is contained in:
parent
2702bf9400
commit
c4e59ab633
|
@ -25,7 +25,7 @@ import numpy as np
|
||||||
|
|
||||||
# Importing the Keras libraries and packages
|
# Importing the Keras libraries and packages
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
from tensorflow.keras import layers, models
|
from keras import layers, models
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Initialising the CNN
|
# Initialising the CNN
|
||||||
|
|
Loading…
Reference in New Issue
Block a user