Skip to content

Commit df76a0d

Browse files
committed
Created using Colab
1 parent 09c92a3 commit df76a0d

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

docs/scalars_and_keras.ipynb

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"id": "view-in-github",
7+
"colab_type": "text"
8+
},
9+
"source": [
10+
"<a href=\"https://colab.research.google.com/github/ruh-al-tarikh/Cli/blob/main/docs/scalars_and_keras.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
11+
]
12+
},
313
{
414
"cell_type": "markdown",
515
"metadata": {
@@ -187,8 +197,7 @@
187197
"2. Specify a log directory\n",
188198
"3. Pass the TensorBoard callback to Keras' [Model.fit()](https://www.tensorflow.org/api_docs/python/tf/keras/models/Model#fit).\n",
189199
"\n",
190-
"TensorBoard reads log data from the log directory hierarchy. In this notebook, the root log directory is ```logs/scalars```, suffixed by a timestamped subdirectory. The timestamped subdirectory enables you to easily identify and select training runs as you use TensorBoard and iterate on your model.\n",
191-
""
200+
"TensorBoard reads log data from the log directory hierarchy. In this notebook, the root log directory is ```logs/scalars```, suffixed by a timestamped subdirectory. The timestamped subdirectory enables you to easily identify and select training runs as you use TensorBoard and iterate on your model.\n"
192201
]
193202
},
194203
{
@@ -884,12 +893,15 @@
884893
"colab": {
885894
"name": "scalars_and_keras.ipynb",
886895
"toc_visible": true,
887-
"provenance": []
896+
"provenance": [],
897+
"gpuType": "T4",
898+
"include_colab_link": true
888899
},
889900
"kernelspec": {
890901
"display_name": "Python 3",
891902
"name": "python3"
892-
}
903+
},
904+
"accelerator": "GPU"
893905
},
894906
"nbformat": 4,
895907
"nbformat_minor": 0

0 commit comments

Comments
 (0)