We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The function tensorflow.image.per_image_whitening (used here) no longer exists.
tensorflow.image.per_image_whitening
It has been renamed in TensorFlow 0.12 to tensorflow.image.per_image_standardization. See TensorFlow 0.12 release notes
tensorflow.image.per_image_standardization
The text was updated successfully, but these errors were encountered:
fix: HamedMP#14
b67760f
Merge pull request #15 from javiribera/fix_api_break
ea4c6f2
fix: #14
No branches or pull requests
The function
tensorflow.image.per_image_whitening
(used here) no longer exists.It has been renamed in TensorFlow 0.12 to
tensorflow.image.per_image_standardization
. See TensorFlow 0.12 release notesThe text was updated successfully, but these errors were encountered: