Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
12f83480
Unverified
Commit
12f83480
authored
Apr 02, 2024
by
Muhammed Fatih BALIN
Committed by
GitHub
Apr 03, 2024
Browse files
[GraphBolt] PyG advanced example `torch.compile()` bug workaround. (#7259)
parent
c5e683c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
examples/sampling/graphbolt/pyg/node_classification_advanced.py
...es/sampling/graphbolt/pyg/node_classification_advanced.py
+4
-0
No files found.
examples/sampling/graphbolt/pyg/node_classification_advanced.py
View file @
12f83480
...
@@ -54,6 +54,10 @@ import time
...
@@ -54,6 +54,10 @@ import time
import
dgl.graphbolt
as
gb
import
dgl.graphbolt
as
gb
import
torch
import
torch
# Needed until https://github.com/pytorch/pytorch/issues/121197 is resolved to
# use the `--torch-compile` cmdline option reliably.
import
torch._inductor.codecache
import
torch.nn.functional
as
F
import
torch.nn.functional
as
F
import
torchmetrics.functional
as
MF
import
torchmetrics.functional
as
MF
from
torch_geometric.nn
import
SAGEConv
from
torch_geometric.nn
import
SAGEConv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment