Skip to content

Commit 7fdd34f

Browse files
Correcting the estimator variable
Updating the estimator variable to match the one used in submit() ------- cc: @maxluk GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/47535
1 parent 4ee9ff8 commit 7fdd34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ distributed_training = TensorflowConfiguration()
255255
distributed_training.worker_count = 2
256256

257257
# Tensorflow constructor
258-
estimator= TensorFlow(source_directory=project_folder,
258+
tf_est= TensorFlow(source_directory=project_folder,
259259
compute_target=compute_target,
260260
script_params=script_params,
261261
entry_script='script.py',

0 commit comments

Comments
 (0)