File "tensorflow/models/slim/preprocessing/cifarnet_preproces.py", line 70, in preprocess_for_train
return tf.image.per_image_whitening(distorted_image)
AttributeError: 'module' object has no attribute 'per_image_whitening'
Please include the information requested in the new issue template.
@poxvoculi I am sorry, where could I find the new issue template?
When you select the "New Issue" button the text box created should be filled with a template describing information that should be included to help diagnose the problem. However, I see now that when this button is selected from within "tensorflow/models" (as this page is), that template is different and not very informative. Try clicking moving to the "tensorflow/tensorflow/issues" directory and clicking "New Issue" to see a more full template. Basically, I don't know what versions of software you're using and how you're trying to invoke a the program: I don't have a reproducible example.
Closing due to lack of activity.
For anyone else who has this problem, per_image_whitening
was replaced by per_image_standardization
in v0.12.
Most helpful comment
For anyone else who has this problem,
per_image_whitening
was replaced byper_image_standardization
in v0.12.