mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 08:50:41 +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
|
||||
import tensorflow as tf
|
||||
from tensorflow.keras import layers, models
|
||||
from keras import layers, models
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Initialising the CNN
|
||||
|
Reference in New Issue
Block a user