Hi,
I am using intellij IDEA to try out some of the codes we learn in the course.
but I cannot seem to find keras when I use the command:
from tensorflow.keras.models import Sequential
but it can find keras when i write:
from tensorflow.python.keras.models import Sequential
I am new to python so I am a little confused… are these two import the same thing? should I do something to make it work?
If you can explain the difference, it’ll be great help.
Thanks.