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

 ##########
 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:
   Added defaults as directed.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to