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.
2 parents fb33dc4 + 7fdd34f commit 0a8c83eCopy full SHA for 0a8c83e
articles/machine-learning/how-to-train-tensorflow.md
@@ -255,7 +255,7 @@ distributed_training = TensorflowConfiguration()
255
distributed_training.worker_count = 2
256
257
# Tensorflow constructor
258
-estimator= TensorFlow(source_directory=project_folder,
+tf_est= TensorFlow(source_directory=project_folder,
259
compute_target=compute_target,
260
script_params=script_params,
261
entry_script='script.py',
0 commit comments