data preproccess
Closed this issue · 1 comments
abrahamyan-lusine commented
Do you normalize train images to be in range [0, 1] or [0, 255]?
codeAC29 commented
@abrahamyan-lusine Images are loaded as float
, in which case pixel values range between [0,1]
.