summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorLester Solbakken <lesters@yahoo-inc.com>2017-07-05 12:50:01 +0200
committerLester Solbakken <lesters@yahoo-inc.com>2017-07-05 12:50:01 +0200
commitfe7548cc73e3f6064a28499503cfc6eb25c8f19b (patch)
treecd665c2330d423f7b182e1ad12b9be0b19d39087 /sample-apps
parent8a1482eb4fce4b1b6aa6b372cdae6219eccbbd2f (diff)
Update blog tutorial shared code README
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/blog-tutorial-shared/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/sample-apps/blog-tutorial-shared/README.md b/sample-apps/blog-tutorial-shared/README.md
index bdbf3b2fede..f97e1d6558d 100644
--- a/sample-apps/blog-tutorial-shared/README.md
+++ b/sample-apps/blog-tutorial-shared/README.md
@@ -28,10 +28,10 @@ Pre-computed data used throughout the tutorial will be made available shortly.
### Create Training Dataset
- $ ./generateDataset.R -d blog_job/user_item_cf_cv/product.json \
- -u blog_job/user_item_cf_cv/user.json \
- -t blog_job/training_and_test_indices/train.txt \
- -o blog_job/nn_model/training_set.txt
+ $ ./src/R/generateDataset.R -d blog_job/user_item_cf_cv/product.json \
+ -u blog_job/user_item_cf_cv/user.json \
+ -t blog_job/training_and_test_indices/train.txt \
+ -o blog_job/nn_model/training_set.txt
### Train model with TensorFlow