I\'m trying to implement the binary classification example using the IMDb dataset in Google Colab. I have implemented this model before. But when I tried to
Use this
from tensorflow.keras.datasets import imdb
instead of this
from keras.datasets import imdb