Skip to content
New issue

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

Fix tf.image.ssim_multiscale execution issue #28274

Merged
merged 2 commits into from
Apr 30, 2019

Commits on Apr 30, 2019

  1. Fix tf.image.ssim_multiscale execution issue

    This fix tries to address the issue raised in 28241 where
    tf.image.ssim_multiscale will throw out error if the input
    is numpy array instead of tensor.
    
    This fix adds the conversion (also removed duplicated shape checking).
    
    This fix fixes 28241.
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    6c3cbe4 View commit details
    Browse the repository at this point in the history
  2. Add test case for 28241.

    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    457f1c1 View commit details
    Browse the repository at this point in the history