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 4ee9ff8 commit 7fdd34fCopy full SHA for 7fdd34f
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