Skip to content

Commit d80c1de

Browse files
committed
nbfmt
1 parent 13f46be commit d80c1de

File tree

7 files changed

+2
-24
lines changed

7 files changed

+2
-24
lines changed

site/en/guide/extension_type.ipynb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,7 @@
350350
"source": [
351351
"### Printable representation\n",
352352
"\n",
353-
"`ExtensionType` adds a default printable representation method (`__repr__`) that includes the class name and the value for each field:\n",
354-
"\n"
353+
"`ExtensionType` adds a default printable representation method (`__repr__`) that includes the class name and the value for each field:\n"
355354
]
356355
},
357356
{
@@ -2115,15 +2114,11 @@
21152114
"colab": {
21162115
"collapsed_sections": [],
21172116
"name": "extension_type.ipynb",
2118-
"provenance": [],
21192117
"toc_visible": true
21202118
},
21212119
"kernelspec": {
21222120
"display_name": "Python 3",
21232121
"name": "python3"
2124-
},
2125-
"language_info": {
2126-
"name": "python"
21272122
}
21282123
},
21292124
"nbformat": 4,

site/en/guide/function.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,6 @@
16951695
"colab": {
16961696
"collapsed_sections": [],
16971697
"name": "function.ipynb",
1698-
"provenance": [],
16991698
"toc_visible": true
17001699
},
17011700
"kernelspec": {

site/en/guide/migrate/migrating_feature_columns.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@
863863
"colab": {
864864
"collapsed_sections": [],
865865
"name": "migrating_feature_columns.ipynb",
866-
"provenance": [],
867866
"toc_visible": true
868867
},
869868
"kernelspec": {

site/en/guide/migrate/saved_model.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,6 @@
748748
"colab": {
749749
"collapsed_sections": [],
750750
"name": "saved_model.ipynb",
751-
"provenance": [],
752751
"toc_visible": true
753752
},
754753
"kernelspec": {

site/en/guide/saved_model.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
" - Save: `tf.saved_model.save(model, path_to_dir)`\n",
7676
" - Load: `model = tf.saved_model.load(path_to_dir)`\n",
7777
"- High-level `tf.keras.Model` API. Refer to [the keras save and serialize guide](keras/save_and_serialize.ipynb).\n",
78-
"- If you just want to save/load weights during training, refer to [the checkpoints guide](./checkpoint.ipynb).\n",
79-
"\n"
78+
"- If you just want to save/load weights during training, refer to [the checkpoints guide](./checkpoint.ipynb).\n"
8079
]
8180
},
8281
{
@@ -977,7 +976,6 @@
977976
"colab": {
978977
"collapsed_sections": [],
979978
"name": "saved_model.ipynb",
980-
"provenance": [],
981979
"toc_visible": true
982980
},
983981
"kernelspec": {

site/en/guide/tensor.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,6 @@
14911491
"Tce3stUlHN0L"
14921492
],
14931493
"name": "tensor.ipynb",
1494-
"provenance": [],
14951494
"toc_visible": true
14961495
},
14971496
"kernelspec": {

site/en/tutorials/structured_data/preprocessing_layers.ipynb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -787,17 +787,6 @@
787787
"colab": {
788788
"collapsed_sections": [],
789789
"name": "preprocessing_layers.ipynb",
790-
"private_outputs": true,
791-
"provenance": [
792-
{
793-
"file_id": "1jw-wbwNYx6Sj5V5iKYvlBZFSQZeS-2ef",
794-
"timestamp": 1621892545428
795-
},
796-
{
797-
"file_id": "https://github.com/tensorflow/docs/blob/master/site/en/tutorials/structured_data/preprocessing_layers.ipynb",
798-
"timestamp": 1621891489626
799-
}
800-
],
801790
"toc_visible": true
802791
},
803792
"kernelspec": {

0 commit comments

Comments
 (0)