-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add * task in def full_pipeline_model_metrics_only
- Loading branch information
1 parent
56ba6ae
commit 2419730
Showing
165 changed files
with
2,567 additions
and
358 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
...0x7f02393e0650>/gnn=7359b40603e0f13826ddb6555290b9ccc0003624e7352e853c79d9d63997c923.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"class_name": "FrameworkGNNConstructor", | ||
"obj_name": null, | ||
"structure": { | ||
"layers": [ | ||
{ | ||
"label": "n", | ||
"layer": { | ||
"layer_name": "GCNConv", | ||
"layer_kwargs": { | ||
"in_channels": 1433, | ||
"out_channels": 16, | ||
"bias": true | ||
} | ||
}, | ||
"dropout": { | ||
"dropout_name": "Dropout", | ||
"dropout_kwargs": { | ||
"p": 0.5 | ||
} | ||
} | ||
}, | ||
{ | ||
"label": "n", | ||
"layer": { | ||
"layer_name": "GCNConv", | ||
"layer_kwargs": { | ||
"in_channels": 16, | ||
"out_channels": 7, | ||
"bias": true | ||
} | ||
}, | ||
"activation": { | ||
"activation_name": "LogSoftmax", | ||
"activation_kwargs": null | ||
} | ||
} | ||
] | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...3/gnn_model_manager=af10d66cd7cb2f91e34105afd48bea10ddb6d6e3d6dccefb67530aac40632afe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": null, | ||
"_config_class": "ModelManagerConfig", | ||
"_config_kwargs": { | ||
"batch": 10000, | ||
"clip": null, | ||
"loss_function": { | ||
"_class_import_info": [ | ||
"torch.nn" | ||
], | ||
"_class_name": "NLLLoss", | ||
"_config_class": "Config", | ||
"_config_kwargs": { | ||
"reduction": "mean" | ||
}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/functions_parameters.json" | ||
}, | ||
"mask_features": [], | ||
"optimizer": { | ||
"_class_import_info": [ | ||
"torch.optim" | ||
], | ||
"_class_name": "Adam", | ||
"_config_class": "Config", | ||
"_config_kwargs": { | ||
"amsgrad": false, | ||
"beta1": 0.9, | ||
"beta2": 0.999, | ||
"eps": 1e-08, | ||
"lr": 0.001, | ||
"weight_decay": 0.0005 | ||
}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/optimizers_parameters.json" | ||
} | ||
}, | ||
"_import_path": null, | ||
"class_name": "FrameworkGNNModelManager" | ||
} |
7 changes: 7 additions & 0 deletions
7
...afe/poison_attacker=622e4c6269431d33eb901d7cc5341741fef989f67a75cdc2877617a6fd83a4c9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyPoisonAttacker", | ||
"_config_class": "PoisonAttackConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/poison_attack_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...4c9/poison_defender=45c803bdfed6f7a15539b63fb93956b616540230082e12f9a692e98aa1eed52f.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyPoisonDefender", | ||
"_config_class": "PoisonDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/poison_defense_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...1eed52f/mi_defender=31f5cea6d3199b289e1d575ac077837708309a2c273757ab15da85ea09440609.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyMIDefender", | ||
"_config_class": "MIDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/mi_defense_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...09/evasion_defender=f1c43a91a2ee19f2a0b25e63e36426915c875a7657d06cde7fef8b6204107581.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyEvasionDefender", | ||
"_config_class": "EvasionDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/evasion_defense_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...81/evasion_attacker=8cc41a7527fc594256b1b27e003a576880c45b5c68eb14815d780b3f3211a97d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyEvasionAttacker", | ||
"_config_class": "EvasionAttackConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/evasion_attack_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...211a97d/mi_attacker=10fca640b40550bacb64003c293885316558340faf9e3a19681903533c09e75d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyMIAttacker", | ||
"_config_class": "MIAttackConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/mi_attack_parameters.json" | ||
} |
Binary file added
BIN
+91.6 KB
...b40550bacb64003c293885316558340faf9e3a19681903533c09e75d/epochs=100/model_ver_ind=0/model
Binary file not shown.
40 changes: 40 additions & 0 deletions
40
...0x7f0ce34c8f10>/gnn=7359b40603e0f13826ddb6555290b9ccc0003624e7352e853c79d9d63997c923.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"class_name": "FrameworkGNNConstructor", | ||
"obj_name": null, | ||
"structure": { | ||
"layers": [ | ||
{ | ||
"label": "n", | ||
"layer": { | ||
"layer_name": "GCNConv", | ||
"layer_kwargs": { | ||
"in_channels": 1433, | ||
"out_channels": 16, | ||
"bias": true | ||
} | ||
}, | ||
"dropout": { | ||
"dropout_name": "Dropout", | ||
"dropout_kwargs": { | ||
"p": 0.5 | ||
} | ||
} | ||
}, | ||
{ | ||
"label": "n", | ||
"layer": { | ||
"layer_name": "GCNConv", | ||
"layer_kwargs": { | ||
"in_channels": 16, | ||
"out_channels": 7, | ||
"bias": true | ||
} | ||
}, | ||
"activation": { | ||
"activation_name": "LogSoftmax", | ||
"activation_kwargs": null | ||
} | ||
} | ||
] | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...3/gnn_model_manager=af10d66cd7cb2f91e34105afd48bea10ddb6d6e3d6dccefb67530aac40632afe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": null, | ||
"_config_class": "ModelManagerConfig", | ||
"_config_kwargs": { | ||
"batch": 10000, | ||
"clip": null, | ||
"loss_function": { | ||
"_class_import_info": [ | ||
"torch.nn" | ||
], | ||
"_class_name": "NLLLoss", | ||
"_config_class": "Config", | ||
"_config_kwargs": { | ||
"reduction": "mean" | ||
}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/functions_parameters.json" | ||
}, | ||
"mask_features": [], | ||
"optimizer": { | ||
"_class_import_info": [ | ||
"torch.optim" | ||
], | ||
"_class_name": "Adam", | ||
"_config_class": "Config", | ||
"_config_kwargs": { | ||
"amsgrad": false, | ||
"beta1": 0.9, | ||
"beta2": 0.999, | ||
"eps": 1e-08, | ||
"lr": 0.001, | ||
"weight_decay": 0.0005 | ||
}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/optimizers_parameters.json" | ||
} | ||
}, | ||
"_import_path": null, | ||
"class_name": "FrameworkGNNModelManager" | ||
} |
7 changes: 7 additions & 0 deletions
7
...afe/poison_attacker=622e4c6269431d33eb901d7cc5341741fef989f67a75cdc2877617a6fd83a4c9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyPoisonAttacker", | ||
"_config_class": "PoisonAttackConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/poison_attack_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...4c9/poison_defender=45c803bdfed6f7a15539b63fb93956b616540230082e12f9a692e98aa1eed52f.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyPoisonDefender", | ||
"_config_class": "PoisonDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/poison_defense_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...1eed52f/mi_defender=31f5cea6d3199b289e1d575ac077837708309a2c273757ab15da85ea09440609.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyMIDefender", | ||
"_config_class": "MIDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/mi_defense_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...09/evasion_defender=f1c43a91a2ee19f2a0b25e63e36426915c875a7657d06cde7fef8b6204107581.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyEvasionDefender", | ||
"_config_class": "EvasionDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/evasion_defense_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...81/evasion_attacker=8cc41a7527fc594256b1b27e003a576880c45b5c68eb14815d780b3f3211a97d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyEvasionAttacker", | ||
"_config_class": "EvasionAttackConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/evasion_attack_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...211a97d/mi_attacker=10fca640b40550bacb64003c293885316558340faf9e3a19681903533c09e75d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyMIAttacker", | ||
"_config_class": "MIAttackConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/mi_attack_parameters.json" | ||
} |
Binary file added
BIN
+91.6 KB
...b40550bacb64003c293885316558340faf9e3a19681903533c09e75d/epochs=100/model_ver_ind=0/model
Binary file not shown.
40 changes: 40 additions & 0 deletions
40
...0x7f0ce7f4f210>/gnn=7359b40603e0f13826ddb6555290b9ccc0003624e7352e853c79d9d63997c923.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"class_name": "FrameworkGNNConstructor", | ||
"obj_name": null, | ||
"structure": { | ||
"layers": [ | ||
{ | ||
"label": "n", | ||
"layer": { | ||
"layer_name": "GCNConv", | ||
"layer_kwargs": { | ||
"in_channels": 1433, | ||
"out_channels": 16, | ||
"bias": true | ||
} | ||
}, | ||
"dropout": { | ||
"dropout_name": "Dropout", | ||
"dropout_kwargs": { | ||
"p": 0.5 | ||
} | ||
} | ||
}, | ||
{ | ||
"label": "n", | ||
"layer": { | ||
"layer_name": "GCNConv", | ||
"layer_kwargs": { | ||
"in_channels": 16, | ||
"out_channels": 7, | ||
"bias": true | ||
} | ||
}, | ||
"activation": { | ||
"activation_name": "LogSoftmax", | ||
"activation_kwargs": null | ||
} | ||
} | ||
] | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...3/gnn_model_manager=af10d66cd7cb2f91e34105afd48bea10ddb6d6e3d6dccefb67530aac40632afe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": null, | ||
"_config_class": "ModelManagerConfig", | ||
"_config_kwargs": { | ||
"batch": 10000, | ||
"clip": null, | ||
"loss_function": { | ||
"_class_import_info": [ | ||
"torch.nn" | ||
], | ||
"_class_name": "NLLLoss", | ||
"_config_class": "Config", | ||
"_config_kwargs": { | ||
"reduction": "mean" | ||
}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/functions_parameters.json" | ||
}, | ||
"mask_features": [], | ||
"optimizer": { | ||
"_class_import_info": [ | ||
"torch.optim" | ||
], | ||
"_class_name": "Adam", | ||
"_config_class": "Config", | ||
"_config_kwargs": { | ||
"amsgrad": false, | ||
"beta1": 0.9, | ||
"beta2": 0.999, | ||
"eps": 1e-08, | ||
"lr": 0.001, | ||
"weight_decay": 0.0005 | ||
}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/optimizers_parameters.json" | ||
} | ||
}, | ||
"_import_path": null, | ||
"class_name": "FrameworkGNNModelManager" | ||
} |
7 changes: 7 additions & 0 deletions
7
...afe/poison_attacker=622e4c6269431d33eb901d7cc5341741fef989f67a75cdc2877617a6fd83a4c9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyPoisonAttacker", | ||
"_config_class": "PoisonAttackConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/poison_attack_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...4c9/poison_defender=45c803bdfed6f7a15539b63fb93956b616540230082e12f9a692e98aa1eed52f.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyPoisonDefender", | ||
"_config_class": "PoisonDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/poison_defense_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...1eed52f/mi_defender=31f5cea6d3199b289e1d575ac077837708309a2c273757ab15da85ea09440609.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyMIDefender", | ||
"_config_class": "MIDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/mi_defense_parameters.json" | ||
} |
7 changes: 7 additions & 0 deletions
7
...09/evasion_defender=f1c43a91a2ee19f2a0b25e63e36426915c875a7657d06cde7fef8b6204107581.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_class_import_info": null, | ||
"_class_name": "EmptyEvasionDefender", | ||
"_config_class": "EvasionDefenseConfig", | ||
"_config_kwargs": {}, | ||
"_import_path": "/home/lukyanovkirill/Projects/GNN-AID/metainfo/evasion_defense_parameters.json" | ||
} |
Oops, something went wrong.