Athulya Anil

Results 2 issues of Athulya Anil

Fixes #101201 - Replaced deprecated `_add_existing_weight` implementation that previously relied on unsupported arguments (`experimental_autocast`, `getter`) removed in Keras 3.x. - Introduced custom weight lists (`_hub_trainable_weights`, `_hub_non_trainable_weights`) instead of using the...

This PR fixes the incorrect dataset path in the Cats vs Dogs transfer learning tutorial. Previously the tutorial used: PATH = os.path.join(os.path.dirname(path_to_zip), 'cats_and_dogs_filtered') which caused a NotFoundError in Colab /...