Closed sakura2233565548 closed 4 years ago
in the "preprocess_image" function of input_pipeline.py: image = image * 2 - 1 why did you do this operation? I can't understand~could you tell me the reason?
The InceptionV4 model is pre-trained in this way.
in the "preprocess_image" function of input_pipeline.py: image = image * 2 - 1 why did you do this operation? I can't understand~could you tell me the reason?