You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/26 22:19:39 UTC

[GitHub] vandanavk commented on a change in pull request #13244: hybridize rnn and add model graph

vandanavk commented on a change in pull request #13244: hybridize rnn and add model graph
URL: https://github.com/apache/incubator-mxnet/pull/13244#discussion_r236449967
 
 

 ##########
 File path: example/gluon/word_language_model/train.py
 ##########
 @@ -58,6 +58,14 @@
                           takes `2bit` or `none` for now.')
 parser.add_argument('--gcthreshold', type=float, default=0.5,
                     help='threshold for 2bit gradient compression')
+parser.add_argument('--hybridize', action='store_true',
+                    help='whether to hybridize in mxnet>=1.3')
+parser.add_argument('--static-alloc', action='store_true',
+                    help='whether to use static-alloc hybridize in mxnet>=1.3')
+parser.add_argument('--static-shape', action='store_true',
+                    help='whether to use static-shape hybridize in mxnet>=1.3')
+parser.add_argument('--export-only', action='store_true',
+                    help='export a symbol graph and exit')
 
 Review comment:
   Please mention the default values for all of these arguments

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services