ImageDataGenerator(rescale=1/255) #27
Answered
by
mrdbourke
Programmer-RD-AI
asked this question in
Q&A
-
ImageDataGenerator(rescale=1/255)
|
Beta Was this translation helpful? Give feedback.
Answered by
mrdbourke
Mar 22, 2021
Replies: 1 comment 1 reply
-
Hey Ranuga, The image tensor gets multiplied by the rescale factor. For example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mrdbourke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Ranuga,
The image tensor gets multiplied by the rescale factor.
For example: