python_for_image_processing_APEER icon indicating copy to clipboard operation
python_for_image_processing_APEER copied to clipboard

Importing Adam and ImageDataGenerator on google colab failed

Open GiaZ90 opened this issue 2 years ago • 0 comments

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

GiaZ90 avatar May 15 '22 18:05 GiaZ90