Update docs for wide and deep model convertion (#5074)

* Update docs for wide and deep model convertion

* Update wide and deep doc
This commit is contained in:
iliya mironov 2021-04-06 12:47:24 +03:00 committed by GitHub
parent a478475386
commit 7b2d2805f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ through Tensorflow* tf.feature_column API. Table below presents what feature typ
**Step 1**. Clone the GitHub repository with TensorFlow models and move to the directory with an example of Wide and Deep model:
```sh
git clone https://github.com/tensorflow/models.git;
git clone https://github.com/tensorflow/models.git --branch r2.2.0;
cd official/r1/wide_deep
```