google / objax

Apache License 2.0
769 stars 77 forks source link

Change the way to access tf.keras.applications #195

Closed AlexeyKurakin closed 3 years ago

AlexeyKurakin commented 3 years ago

This is necessary because some versions of Tensorflow perform lazy loading of modules, thus tf.keras.applications.dict may not work as expected.