Models: tf.image.per_image_whitening error

Created on 28 Nov 2016  路  5Comments  路  Source: tensorflow/models

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'

awaiting response

Most helpful comment

For anyone else who has this problem, per_image_whitening was replaced by per_image_standardization in v0.12.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wkelongws picture wkelongws  路  78Comments

Tsuihao picture Tsuihao  路  90Comments

NilsLattek picture NilsLattek  路  61Comments

kirk86 picture kirk86  路  63Comments

DanMossa picture DanMossa  路  48Comments