aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/ios_examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/ios_examples/README.md')
-rw-r--r--tensorflow/contrib/ios_examples/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/tensorflow/contrib/ios_examples/README.md b/tensorflow/contrib/ios_examples/README.md
index 996f4be2b2..a802007c5d 100644
--- a/tensorflow/contrib/ios_examples/README.md
+++ b/tensorflow/contrib/ios_examples/README.md
@@ -41,10 +41,9 @@ cp ~/graphs/inception5h/* tensorflow/contrib/ios_examples/simple/data/
If you're hitting problems, here's a checklist of common things to investigate:
- - Make sure that you've run the `download_dependencies.sh` and
- `compile_ios_protobuf.sh` scripts before you run `compile_ios_tensorflow`.
- (These should be called by `build_all_ios.sh` if you are using it, but check
- if they have run successful.)
+ - Make sure that you've run the `build_all_ios.sh` script
+ This will run `download_dependencies.sh`,`compile_ios_protobuf.sh` and `compile_ios_tensorflow.sh`.
+ (check each one if they have run successful.)
- Check that you have version 7.3 of Xcode.
@@ -138,4 +137,4 @@ After that, you can manually look at modifying the list of kernels
included in tensorflow/contrib/makefile/tf_op_files.txt to reduce the number of
implementations to the ones you're actually using in your own model. We're
hoping to automate this step in the future, but for now manually removing them
-is the best approach. \ No newline at end of file
+is the best approach.