Skip to content

Commit 51687a0

Browse files
author
Yuval Fernbach
committed
Typo fix
1 parent d4efd0b commit 51687a0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

1_Monitoring_your_TensorFlow_scripts.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"\n",
224224
"Add tb_callback to the model.fit callbacks list.\n",
225225
"```python\n",
226-
"callbacks=[previous_value,tb_callback]\n",
226+
"callbacks=[checkpoint, tb_callback]\n",
227227
"```"
228228
]
229229
},
@@ -275,13 +275,14 @@
275275
"metadata": {},
276276
"source": [
277277
"### Install Tensorboard on your local machine\n",
278-
"Install [TensorBoard](https://github.com/tensorflow/tensorboard) locally using `pip install tensorboard`. \n",
279-
"To access an S3 log directory, configure the TensorBoard default region. You can do this by configuring an environment variable named AWS_REGION, and setting the value of the environment variable to the AWS region your training jobs run in. \n",
278+
"Install [TensorBoard](https://github.com/tensorflow/tensorboard) locally (On you computer) using `pip install tensorboard`. \n",
279+
"To access an S3 log directory, configure the TensorBoard default region. \n",
280+
"You can do this by configuring an environment variable named AWS_REGION, and setting the value of the environment variable to the AWS region your training job runs in. \n",
280281
"For example, `AWS_REGION='us-east-1' tensorboard --logdir model_dir` \n",
281282
"\n",
282283
"**You can get your TensorBoard command from the next cell.**\n",
283284
"\n",
284-
"You'll need and AccessKey + SecretKey with access to model_dir for this Event, get those from https://dashboard.eventengine.run/dashboard. \n",
285+
"You'll need an AccessKey + SecretKey with access to model_dir for this Event, get those from https://dashboard.eventengine.run/dashboard. \n",
285286
"\n",
286287
"AWS Console -> copy the Credentials / CLI Snippets and run in your Terminal / CMD."
287288
]

0 commit comments

Comments
 (0)