Closed roywei closed 4 years ago
**kwargs
_init_subclassed_network
This PR brings more **kwargs in Keras front end to fix **kwargs not passed along in subsequent _base_init method.
_base_init
These changed are already made in official upstream Keras front end, and will be updated during next merge.
Summary
**kwargs
in_init_subclassed_network
inorder to fix MXNet context problem, and it's not enough.This PR brings more
**kwargs
in Keras front end to fix**kwargs
not passed along in subsequent_base_init
method.These changed are already made in official upstream Keras front end, and will be updated during next merge.
Related Issues
PR Overview