Improve matching Keras `kernel_initializer` strings and callables
HunterMcGushion opened this issue · 0 comments
HunterMcGushion commented
- 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