Skip to content

Commit

Permalink
Merge pull request #2278 from RenuPatelGoogle:patch-27
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574308985
  • Loading branch information
copybara-github committed Oct 18, 2023
2 parents d742984 + a3c2132 commit 008b211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/en/guide/intro_to_modules.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"outputs": [],
"source": [
"import tensorflow as tf\n",
"import keras\n",
"from datetime import datetime\n",
"\n",
"%load_ext tensorboard"
Expand Down Expand Up @@ -918,6 +919,7 @@
},
"outputs": [],
"source": [
"@keras.saving.register_keras_serializable()\n",
"class MySequentialModel(tf.keras.Model):\n",
" def __init__(self, name=None, **kwargs):\n",
" super().__init__(**kwargs)\n",
Expand Down

0 comments on commit 008b211

Please sign in to comment.