We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32da5f1 commit aac0532Copy full SHA for aac0532
tests/data/tensorflow_mnist/mnist_mwms.py
@@ -54,4 +54,4 @@ def build_and_compile_cnn_model():
54
55
multi_worker_model.fit(multi_worker_dataset, epochs=3, steps_per_epoch=70)
56
57
-print(f"strategy.num_replicas_in_sync={strategy.num_replicas_in_sync}")
+print(f"strategy.num_replicas_in_sync={strategy.num_replicas_in_sync}")
0 commit comments