You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Matthias Fey 62c647b691
Separate source and destination weight in negative sampling (#9316)
1 week ago
..
contrib Moved `GraphMaskExplainer` to `torch_geometric.explain` (#7779) 9 months ago
data Integrate `Index` into common data utils (#9293) 2 weeks ago
datasets Fix broken master tests (#9122) 1 month ago
distributed Fix broken master tests (#9122) 1 month ago
explain Test `CaptumExplainer` and `GNNExplainer` with unused parameters (#9216) 1 month ago
graphgym Add M1 macOS runner (#9071) 2 months ago
io Fix PyG master (#8600) 5 months ago
loader Separate source and destination weight in negative sampling (#9316) 1 week ago
metrics Add `torch_geometric.metrics` to documentation (#8895) 3 months ago
nn Fix broken master (#9273) 2 weeks ago
profile Fix `test_profiler` on PyTorch nightly (#9314) 1 week ago
sampler Add `SubgraphType` with bidirectional sampling support (2/2) (#7200) 1 year ago
testing Refactor `disableExtensions` decorator (#6997) 1 year ago
transforms Remove warnings and remove old PyTorch test filters (#9272) 2 weeks ago
utils Move common utils out of `EdgeIndex` (#9275) 2 weeks ago
visualization Adds an option to pass `node_labels` to `visualize_graph` (#8816) 3 months ago
conftest.py Add `MultithreadMixin` that enables multithreading in `NodeLoader` and `LinkLoader` and extend CPU affinity with default multithreading (#8540) 5 months ago
my_config.yaml Move `ConfigStore` outside GraphGym repository (#7571) 11 months ago
test_config_store.py Fix `map_annotation` when annotation is `{list,dict}` instead of `typing.{List,Dict}` (#9269) 2 weeks ago
test_debug.py sort imports via isort 2 years ago
test_edge_index.py Support `pin_memory` in tensor subclasses (#9300) 2 weeks ago
test_experimental.py Introduce `disable_dynamic_shapes` experimental flag; adding its use into `to_dense_batch function` (#7246) 11 months ago
test_home.py [Code Coverage] `test_home.py` (#6638) 1 year ago
test_index.py Support `pin_memory` in tensor subclasses (#9300) 2 weeks ago
test_inspector.py Move `Inspector` class (#8756) 4 months ago
test_isinstance.py Add `EdgeIndex` tests for `torch.compile` and `torch.jit.script`; Add `is_torch_instance` (#8461) 5 months ago
test_seed.py sort imports via isort 2 years ago
test_typing.py Improved handling of `NumNeighbors` serialization (#6646) 1 year ago
test_warnings.py Add `is_compiling()` checks instead of disabling extensions during `torch_geometric.compile` (#8698) 4 months ago