Back to Pytorch Geometric

Examples for External Contributions

examples/contrib/README.md

2.7.01.4 KB
Original Source

Examples for External Contributions

This directory contains examples demonstrating functionality included in the torch_geometric.contrib package. The contrib package of PyG is a staging area for early-stage, experimental code. Modules included here might be moved to the main library in the future.

ExampleDescription
rbcd_attack.pyAn example of the RBCD (Resource-based Critical Data) attack
rbcd_attack_poisoning.pyAn example of the RBCD (Resource-Based Critical Data) attack with data poisoning strategies
pgm_explainer_node_classification.pyAn example of the PGM (Probabilistic Graphical Model) explainer for node classification
pgm_explainer_graph_classification.pyAn example of the PGM (Probabilistic Graphical Model) explainer for graph classification