Skip to content

Commit

Permalink
Merge pull request #2257 from vaharoni:tutorial_load_pandas_fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 569608328
  • Loading branch information
copybara-github committed Sep 29, 2023
2 parents 07c2960 + dd0a2b7 commit c2d6161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/load_data/pandas_dataframe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
"class MyModel(tf.keras.Model):\n",
" def __init__(self):\n",
" # Create all the internal layers in init.\n",
" super().__init__(self)\n",
" super().__init__()\n",
"\n",
" self.normalizer = tf.keras.layers.Normalization(axis=-1)\n",
"\n",
Expand Down

0 comments on commit c2d6161

Please sign in to comment.