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 KeyError when validation_data was given as a dict #30258

Merged
merged 3 commits into from
Jul 25, 2019

Commits on Jun 30, 2019

  1. Fix KeyError when validation_data was given as a dict

    This fix tries to address the issue raised in 30122 where
    a KeyError was thrown when validation_data was given as a dict
    during the mode.fit. This fix fixes the issue.
    
    Thisfix fixes 30122.
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    1b87864 View commit details
    Browse the repository at this point in the history
  2. Test case for GitHub issue 30122

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

Commits on Jul 9, 2019

  1. Update to address review comments

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