Skip to content

Commit 2140f44

Browse files
authored
update multi_worker_with_keras nb
correcting note text to be aligned with the upstream notebook code.
1 parent 5b66895 commit 2140f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/distribute/multi_worker_with_keras.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
"id": "N0iv7SyyAohc"
274274
},
275275
"source": [
276-
"Note: `TF_CONFIG` is parsed and TensorFlow's GRPC servers are started at the time `MultiWorkerMirroredStrategy.__init__()` is called, so `TF_CONFIG` environment variable must be set before a `tf.distribute.Strategy` instance is created."
276+
"Note: `TF_CONFIG` is parsed and TensorFlow's GRPC servers are started at the time `MultiWorkerMirroredStrategy()` is called, so `TF_CONFIG` environment variable must be set before a `tf.distribute.Strategy` instance is created."
277277
]
278278
},
279279
{

0 commit comments

Comments
 (0)