Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing Adam and ImageDataGenerator on google colab failed #5

Open
GiaZ90 opened this issue May 15, 2022 · 0 comments
Open

Importing Adam and ImageDataGenerator on google colab failed #5

GiaZ90 opened this issue May 15, 2022 · 0 comments

Comments

@GiaZ90
Copy link

GiaZ90 commented May 15, 2022

I'm implementing a UNet neural network but I'm having some issues while importing libraries. I found a solution for a couple of them, but I still have a problem with these two imports:

`from tensorflow.keras.optimizers import Adam
#Import "tensorflow.keras.optimizers" could not be resolved(reportMissingImports)

from tensorflow.keras.preprocessing.image import ImageDataGenerator
#Import "tensorflow.keras.preprocessing.image" could not be resolved(reportMissingImports)
`

Any idea?i've tryed some changes but it's still not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant