You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paddle/fluid/operators/nce_op.cc
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -128,8 +128,10 @@ class NCEOpMaker : public framework::OpProtoAndCheckerMaker {
128
128
"user should avoid setting this attribute.")
129
129
.SetDefault({});
130
130
AddComment(R"DOC(
131
-
Compute and return the noise-contrastive estimation training loss.
132
-
See [Noise-contrastive estimation: A new estimation principle for unnormalized statistical models](http://www.jmlr.org/proceedings/papers/v9/gutmann10a/gutmann10a.pdf).
131
+
Compute and return the noise-contrastive estimation training loss. See
132
+
`Noise-contrastive estimation: A new estimation principle for unnormalized
0 commit comments