Skip to content

Commit 60c51e7

Browse files
AleksMatcopybara-github
authored andcommitted
Replace unicode escaped characters in ipynb files
PiperOrigin-RevId: 856131304
1 parent be6e9ca commit 60c51e7

18 files changed

+19
-25
lines changed

site/en/guide/mixed_precision.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"While mixed precision will run on most hardware, it will only speed up models on recent NVIDIA GPUs, Cloud TPUs and recent Intel CPUs. NVIDIA GPUs support using a mix of float16 and float32, while TPUs and Intel CPUs support a mix of bfloat16 and float32.\n",
122122
"\n",
123123
"Among NVIDIA GPUs, those with compute capability 7.0 or higher will see the greatest performance benefit from mixed precision because they have special hardware units, called Tensor Cores, to accelerate float16 matrix multiplications and convolutions. Older GPUs offer no math performance benefit for using mixed precision, however memory and bandwidth savings can enable some speedups. You can look up the compute capability for your GPU at NVIDIA's [CUDA GPU web page](https://developer.nvidia.com/cuda-gpus). Examples of GPUs that will benefit most from mixed precision include RTX GPUs, the V100, and the A100.\n",
124-
"\n",
125-
"Among Intel CPUs, starting with the 4th Gen Intel Xeon Processors (code name Sapphire Rapids), will see the greatest performance benefit from mixed precision as they can accelerate bfloat16 computations using AMX instructions (requires Tensorflow 2.12 or later)."
124+
"\n",
125+
"Among Intel CPUs, starting with the 4th Gen Intel Xeon Processors (code name Sapphire Rapids), will see the greatest performance benefit from mixed precision as they can accelerate bfloat16 computations using AMX instructions (requires Tensorflow 2.12 or later)."
126126
]
127127
},
128128
{

site/en/hub/tutorials/biggan_generation_with_tf_hub.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
"num_samples = 10 #@param {type:\"slider\", min:1, max:20, step:1}\n",
345345
"truncation = 0.4 #@param {type:\"slider\", min:0.02, max:1, step:0.02}\n",
346346
"noise_seed = 0 #@param {type:\"slider\", min:0, max:100, step:1}\n",
347-
"category = \"933) cheeseburger\"\n",
347+
"category = \"933) cheeseburger\"\n",
348348
"\n",
349349
"z = truncated_z_sample(num_samples, truncation, noise_seed)\n",
350350
"y = int(category.split(')')[0])\n",

site/en/r1/guide/keras.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@
12111211
"colab": {
12121212
"collapsed_sections": [],
12131213
"name": "keras.ipynb",
1214-
"toc_visible": true
1214+
"toc_visible": true
12151215
},
12161216
"kernelspec": {
12171217
"display_name": "Python 3",

site/en/tutorials/distribute/input.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@
10961096
"colab": {
10971097
"collapsed_sections": [],
10981098
"name": "input.ipynb",
1099-
"toc_visible": true
1099+
"toc_visible": true
11001100
},
11011101
"kernelspec": {
11021102
"display_name": "Python 3",

site/en/tutorials/distribute/multi_worker_with_ctl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@
10881088
"colab": {
10891089
"collapsed_sections": [],
10901090
"name": "multi_worker_with_ctl.ipynb",
1091-
"toc_visible": true
1091+
"toc_visible": true
10921092
},
10931093
"kernelspec": {
10941094
"display_name": "Python 3",

site/en/tutorials/distribute/multi_worker_with_estimator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"Tce3stUlHN0L"
352352
],
353353
"name": "multi_worker_with_estimator.ipynb",
354-
"toc_visible": true
354+
"toc_visible": true
355355
},
356356
"kernelspec": {
357357
"display_name": "Python 3",

site/en/tutorials/distribute/multi_worker_with_keras.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@
12851285
"metadata": {
12861286
"colab": {
12871287
"name": "multi_worker_with_keras.ipynb",
1288-
"toc_visible": true
1288+
"toc_visible": true
12891289
},
12901290
"kernelspec": {
12911291
"display_name": "Python 3",

site/en/tutorials/distribute/parameter_server_training.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@
13831383
"accelerator": "GPU",
13841384
"colab": {
13851385
"name": "parameter_server_training.ipynb",
1386-
"toc_visible": true
1386+
"toc_visible": true
13871387
},
13881388
"kernelspec": {
13891389
"display_name": "Python 3",

site/en/tutorials/estimator/keras_model_to_estimator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"colab": {
273273
"collapsed_sections": [],
274274
"name": "keras_model_to_estimator.ipynb",
275-
"toc_visible": true
275+
"toc_visible": true
276276
},
277277
"kernelspec": {
278278
"display_name": "Python 3",

site/en/tutorials/estimator/linear.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@
600600
"colab": {
601601
"collapsed_sections": [],
602602
"name": "linear.ipynb",
603-
"toc_visible": true
603+
"toc_visible": true
604604
},
605605
"kernelspec": {
606606
"display_name": "Python 3",

0 commit comments

Comments
 (0)