This is an automated email from the ASF dual-hosted git repository.
jiwq pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new f0b3110 SUBMARINE-547. Incorrect path in deepfm example doc
f0b3110 is described below
commit f0b3110bebfaef1326b3000a8a72f5d62d6ed11a
Author: Ryan Lo <[email protected]>
AuthorDate: Thu Jun 25 21:01:58 2020 +0800
SUBMARINE-547. Incorrect path in deepfm example doc
### What is this PR for?
Fix the incorrect path in
https://github.com/apache/submarine/tree/master/submarine-sdk/pysubmarine/example/tensorflow/deepfm
### What type of PR is it?
[Bug Fix]
### Todos
### What is the Jira issue?
[SUBMARINE-547](https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-547)
### How should this be tested?
[CI](https://travis-ci.org/github/lowc1012/submarine/builds/702017801)
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Ryan Lo <[email protected]>
Closes #329 from lowc1012/SUBMARINE-547 and squashes the following commits:
4509ae6 [Ryan Lo] SUBMARINE-547. Incorrect path in deepfm example doc
---
submarine-sdk/pysubmarine/example/tensorflow/deepfm/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/submarine-sdk/pysubmarine/example/tensorflow/deepfm/README.md
b/submarine-sdk/pysubmarine/example/tensorflow/deepfm/README.md
index 185d137..a17e201 100644
--- a/submarine-sdk/pysubmarine/example/tensorflow/deepfm/README.md
+++ b/submarine-sdk/pysubmarine/example/tensorflow/deepfm/README.md
@@ -16,12 +16,12 @@ To run the examples here, you need to:
- Build a Python virtual environment with pysubmarine installed
- Install Submarine 0.3.0+
### Running DeepFM on a local machine
-1. Create a JSON configuration file containing train,valid and test data,
model parameters,
+1. Create a JSON configuration file containing train,valid and test data,
model parameters,
metrics, save model path, resources. e.g. [deepfm.json](./deepfm.json)
2. Install submarine python bindings by setup.py:
```
-python ./submarine/submarine-sdk/setup.py install
+python ./submarine/submarine-sdk/pysubmarine/setup.py install
```
2. Train
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]