I can import Tensorflow but not Tensorflow.keras
import tensorflow works
but when I use: from tensorflow.keras import layers, it does not work
it gives me the error: Import “tensorflow.keras” could not be resolved
I have no idea what to do, I am using VSCode btw
ImportError: cannot import name ‘SGD’ from ‘tensorflow.python.keras.optimizers
How can I resolve this?