Silas Worm
Silas Worm

Reputation: 1

Error when importing to_categorical from tensorflow.keras.utils

Whenever I use

from tensorflow.keras.utils import to_categorical

or

from tensorflow.keras.datasets import mnist

I receive the error "could not be resolved". Did anything change over the last years, is the a new way to import them? Thanks!

I can import tensorflow itself, just subcategories...

Upvotes: 0

Views: 32

Answers (0)

Related Questions