-
Notifications
You must be signed in to change notification settings - Fork 532
[DOC] Adding documentation to xlnet scripts #985
Conversation
Codecov Report
@@ Coverage Diff @@
## master #985 +/- ##
==========================================
+ Coverage 81.49% 89.67% +8.18%
==========================================
Files 67 67
Lines 6392 6392
==========================================
+ Hits 5209 5732 +523
+ Misses 1183 660 -523
|
Job PR-985/1 is complete. |
Job PR-985/2 is complete. |
Thanks @zburning! The linting step is still currently still failing (see http://ci.mxnet.io/blue/organizations/jenkins/GluonNLP-py3-master-gpu-integration/detail/PR-985/2/pipeline#step-68-log-1133 ) For running lint locally, execute |
deleting trailing white space
Job PR-985/3 is complete. |
transformation of the inputs. | ||
bias_initializer : str or Initializer | ||
Initializer for the bias vector. | ||
prefix : str, default 'rnn_' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default is None
Initializer for the bias vector. | ||
prefix : str, default 'rnn_' | ||
Prefix for name of `Block`s (and name of weight if params is `None`). | ||
params : Parameter or None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be ParameterDict or None
merge from master
Job PR-985/4 is complete. |
Job PR-985/5 is complete. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Description
Adding doc to xlnet scripts
Checklist
Essentials
Changes
Comments
cc @dmlc/gluon-nlp-team