You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by ji...@apache.org on 2020/09/10 15:48:15 UTC

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

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 <ae...@gmail.com>
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 <ae...@gmail.com>
    
    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-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org