Unverified Commit fe4ada23 authored by vill's avatar vill Committed by GitHub
Browse files

Update knowledge_graph.py (#2329)



The l in "bool" is lost.
Co-authored-by: default avatarZihao Ye <expye@outlook.com>
parent 812f5970
...@@ -27,7 +27,7 @@ class KnowledgeGraphDataset(DGLBuiltinDataset): ...@@ -27,7 +27,7 @@ class KnowledgeGraphDataset(DGLBuiltinDataset):
----------- -----------
name: str name: str
Name can be 'FB15k-237', 'FB15k' or 'wn18'. Name can be 'FB15k-237', 'FB15k' or 'wn18'.
reverse: boo reverse: bool
Whether add reverse edges. Default: True. Whether add reverse edges. Default: True.
raw_dir : str raw_dir : str
Raw file directory to download/contains the input data directory. Raw file directory to download/contains the input data directory.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment