aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/compatibility
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2017-02-17 17:05:49 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-17 17:23:48 -0800
commit93a975e114ee1c35f01ed3bdd47170e6f7129014 (patch)
treee34255aff698fe6a4a586e7940337fd278947f58 /tensorflow/tools/compatibility
parenteb9624017a0040e805fda622a5f9ec6681e24246 (diff)
Merge changes from github.
Change: 147897309
Diffstat (limited to 'tensorflow/tools/compatibility')
-rw-r--r--tensorflow/tools/compatibility/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/tools/compatibility/README.md b/tensorflow/tools/compatibility/README.md
index 77e27531a9..9dba070a4f 100644
--- a/tensorflow/tools/compatibility/README.md
+++ b/tensorflow/tools/compatibility/README.md
@@ -11,7 +11,7 @@ It will print a list of errors it finds that it can't fix. You can also run
it on a directory tree:
```
-tf_upgrade.py --intree coolcode -outtree coolcode-upgraded
+tf_upgrade.py --intree coolcode --outtree coolcode-upgraded
```
In either case, it will also dump out a report e.g. which will detail changes
@@ -32,8 +32,8 @@ Renamed keyword argument from `squeeze_dims` to `axis`
## Caveats
- Don't update parts of your code manually before running this script. In
-particular, functions that have had reordered arguments like `tf.concat`,
-`tf.split` will cause the script to incorrectly add keyword arguments that
+particular, functions that have had reordered arguments like `tf.concat`
+or `tf.split` will cause the script to incorrectly add keyword arguments that
mismap arguments.
- This script wouldn't actually reorder arguments. Instead, the script will add