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_r236474382
########## File path: example/gluon/word_language_model/README.md ########## @@ -28,7 +28,9 @@ python train.py --cuda --tied --nhid 650 --emsize 650 --epochs 40 --dropout 0.5 ``` python train.py --cuda --tied --nhid 1500 --emsize 1500 --epochs 60 --dropout 0.65 # Test ppl of 88.42 ``` - +``` +python train.py --export-only # hybridize and export model graph (requires mxboard) Review comment: added link and made it outside of the main codes. ---------------------------------------------------------------- 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
