-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Error #1
Comments
@Xiao9905 xiao |
Thanks for your reminder, we will fix it up this weekend! |
File "run_DWY_neighbor.py", line 7, in |
@WatsonWangZh The codes are now published. Thanks for your interest in our work. |
Thanks for your prompt reply. Great job. |
How long does it take to run the LaBSE_SSL experiment? It seems too slow. @Xiao9905 |
Yes, it is slow, because LaBSE is a large model. But it is only for ablation study with only entity name information, so it's not important. We will delete the ablation study code in the repository. |
Traceback (most recent call last):
File "run.py", line 5, in
trainer = Trainer(seed=2020)
File "/home/wangzhen/program/GraduationProject/SelfKG/model/layers.py", line 315, in init
myset1 = Mydataset(token1.id_features_dict) # dataset
TypeError: init() missing 1 required positional argument: 'adj_tensor_dict'
The text was updated successfully, but these errors were encountered: