mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
from keras import layers, models
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user