[jira] [Resolved] (SUBMARINE-621) Fix the typo in run_deepfm.py

2020-09-10 Thread Wanqiang Ji (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wanqiang Ji resolved SUBMARINE-621.
---
Fix Version/s: (was: 0.4.0)
   0.5.0
   Resolution: Fixed

Issue resolved by pull request 398
[https://github.com/apache/submarine/pull/398]

> Fix the typo in run_deepfm.py
> -
>
> Key: SUBMARINE-621
> URL: https://issues.apache.org/jira/browse/SUBMARINE-621
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Doc
>Reporter: Lisa Chang
>Assignee: Lisa Chang
>Priority: Trivial
>  Labels: pull-request-available
> Fix For: 0.5.0
>
>
> FM should be deepFM
> [https://github.com/apache/submarine/blob/master/submarine-sdk/pysubmarine/example/tensorflow/deepfm/run_deepfm.py]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[submarine] branch master updated: SUBMARINE-621. Fix the typo in run_deepfm.py

2020-09-10 Thread jiwq
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 cb0122b  SUBMARINE-621. Fix the typo in run_deepfm.py
cb0122b is described below

commit cb0122bd072c9d4bb39b7390fdd7dca4eeacaf1e
Author: Lisa 
AuthorDate: Thu Sep 10 19:31:40 2020 +0800

SUBMARINE-621. Fix the typo in run_deepfm.py

### What is this PR for?
Fix the typo in run_deepfm.py

### What type of PR is it?
[Documentation]

### Todos
* [ ] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-621

### How should this be tested?
* First time? Setup Travis CI as described on 
https://submarine.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed 
behavior
* Outline any manual steps to test the PR here.

### 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: Lisa 

Closes #398 from aeioulisa/SUBMARINE-621 and squashes the following commits:

d6536ef [Lisa] fix the typo
---
 submarine-sdk/pysubmarine/example/tensorflow/deepfm/run_deepfm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/submarine-sdk/pysubmarine/example/tensorflow/deepfm/run_deepfm.py 
b/submarine-sdk/pysubmarine/example/tensorflow/deepfm/run_deepfm.py
index 5f07776..ba4285c 100644
--- a/submarine-sdk/pysubmarine/example/tensorflow/deepfm/run_deepfm.py
+++ b/submarine-sdk/pysubmarine/example/tensorflow/deepfm/run_deepfm.py
@@ -18,7 +18,7 @@ import argparse
 
 if __name__ == '__main__':
 parser = argparse.ArgumentParser()
-parser.add_argument("-conf", help="a JSON configuration file for FM", 
type=str)
+parser.add_argument("-conf", help="a JSON configuration file for DeepFM", 
type=str)
 parser.add_argument("-task_type", default='train',
 help="train or evaluate, by default is train")
 args = parser.parse_args()


-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Created] (SUBMARINE-621) Fix the typo in run_deepfm.py

2020-09-10 Thread Lisa Chang (Jira)
Lisa Chang created SUBMARINE-621:


 Summary: Fix the typo in run_deepfm.py
 Key: SUBMARINE-621
 URL: https://issues.apache.org/jira/browse/SUBMARINE-621
 Project: Apache Submarine
  Issue Type: Improvement
  Components: Doc
Reporter: Lisa Chang
Assignee: Lisa Chang
 Fix For: 0.4.0


FM should be deepFM

[https://github.com/apache/submarine/blob/master/submarine-sdk/pysubmarine/example/tensorflow/deepfm/run_deepfm.py]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org