We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53c1e7 commit f325b8aCopy full SHA for f325b8a
examples/multi_hop_query_answering/benchmarking.py
@@ -31,7 +31,7 @@
31
args = Namespace()
32
args.model = kge_name
33
args.scoring_technique = "KvsAll"
34
- args.path_dataset_folder = "KGs/UMLS"
+ args.dataset_dir = "KGs/UMLS"
35
args.num_epochs = 20
36
args.batch_size = 1024
37
args.lr = 0.1
0 commit comments