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

Adv training #24

Merged
merged 14 commits into from
Oct 17, 2024
Merged

Adv training #24

merged 14 commits into from
Oct 17, 2024

Conversation

abhhfcgjk
Copy link

No description provided.

experiments/attack_defense_test.py Show resolved Hide resolved
def test_attack_defense():
from attacks.QAttack import qattack
# from attacks.poison_attacks_collection.metattack import meta_gradient_attack
# my_device = device('cuda' if is_available() else 'cpu')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Аналогично. Убирай лишний код

@@ -1,3 +1,7 @@
import sys
import os
sys.path.append(f'/home/igor/Documents/graphs/GNN-AID/src')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это не универсальные пути. Их быть не должно. В utils есть все универсальные пути. В частности, root_dir.

@@ -8,6 +8,10 @@
import signal
from time import time

import sys
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Аналогично.

@LukyanovKirillML LukyanovKirillML merged commit b578576 into ispras:develop Oct 17, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants