-
Notifications
You must be signed in to change notification settings - Fork 28
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 inconsistency issues #15
Comments
Hi, these lines are not relevant to the topic discussed in the paper, so you can safely delete them. It's related to strategies shown in https://arxiv.org/abs/2103.15316. |
Thanks for your quick reply.
Best wishes! |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In generate_pyg_data.py
Line 10: from utils import knowledge_augmentation, compute_pca_with_whitening, bert_whitening
However, compute_pca_with_whitening, bert_whitening does not exist in utils.py
Thanks for your help!
The text was updated successfully, but these errors were encountered: