Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
c76a43ca
Unverified
Commit
c76a43ca
authored
Nov 16, 2023
by
Andrea Prati
Committed by
GitHub
Nov 16, 2023
Browse files
Update doc network_emb.py (#6559)
parent
b452043c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/nn/pytorch/network_emb.py
python/dgl/nn/pytorch/network_emb.py
+1
-1
No files found.
python/dgl/nn/pytorch/network_emb.py
View file @
c76a43ca
...
...
@@ -39,7 +39,7 @@ class DeepWalk(nn.Module):
neg_weight : float, optional
Weight of the loss term for negative samples in the total loss. Default: 1.0
negative_size : int, optional
Number of negative samples to use for each positive sample. Default:
1
Number of negative samples to use for each positive sample. Default:
5
fast_neg : bool, optional
If True, it samples negative node pairs within a batch of random walks. Default: True
sparse : bool, optional
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment