Skip to content

Commit 32ee10c

Browse files
authored
Merge pull request #94645 from trevorbye/master
adding tip
2 parents c59dac7 + b61a312 commit 32ee10c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ est = TensorFlow(source_directory=script_folder,
156156
use_gpu=True)
157157
```
158158

159+
> [!TIP]
160+
> Support for **Tensorflow 2.0** has been added to the Tensorflow estimator class. See the [blog post](https://azure.microsoft.com/blog/tensorflow-2-0-on-azure-fine-tuning-bert-for-question-tagging/) for more information.
161+
159162
## Submit a run
160163

161164
The [Run object](https://docs.microsoft.com/python/api/azureml-core/azureml.core.run%28class%29?view=azure-ml-py) provides the interface to the run history while the job is running and after it has completed.

0 commit comments

Comments
 (0)