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

Improve matching Keras kernel_initializer strings and callables #122

Open
HunterMcGushion opened this issue Feb 19, 2019 · 0 comments
Open
Labels
Enhancement New feature or request

Comments

@HunterMcGushion
Copy link
Owner

HunterMcGushion commented Feb 19, 2019

  • Experiment matching incorrectly considers a string kernel_initializer value to be different from a callable value for the same function, with the default arguments
  • This problem may be encountered if frequently switching between using kernel_initializer strings and callables. Nothing “breaks” as a result of this issue; however, some valid learning material may be ignored
  • There are already a number of test cases in place to check this functionality marked “xfail” in tests/smoke_tests/test_keras.py

Note

@HunterMcGushion HunterMcGushion added the Enhancement New feature or request label Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant