Skip to content
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

关于graph是否使用lcc版本的设置问题 #156

Open
hexin5515 opened this issue Jun 16, 2024 · 1 comment
Open

关于graph是否使用lcc版本的设置问题 #156

hexin5515 opened this issue Jun 16, 2024 · 1 comment

Comments

@hexin5515
Copy link

您好,我想问一下关于graph attack的方法中,默认设置的是使用graph的lcc版本,有什么方法可以设置不使用lcc版本的graph进行攻击呢

@ChandlerBang
Copy link
Collaborator

Hi,

When you load the dataset, you can set the setting to gcn, which will disable the lcc version.

self.require_lcc = False if setting == 'gcn' else True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants