Migrate Keras from `variable_scope` imports to `variables`.
Apart from one instance of `get_variable` in `training_test.py` this is just a costmetic change since the symbols from `variable_scope` simply forward to ones in `variables`. PiperOrigin-RevId: 210340379
Loading
Please sign in to comment