keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Fix for issue #69 #70

Closed sun-yitao closed 5 years ago

sun-yitao commented 5 years ago

This PR attempts to fix #69 which was caused when no kwargs was supplied to the get_submodules_from_kwargs function. Tested on tf-nightly 1.13 and theano 1.0.4 with python 3.6.8 and 2.7.3.