We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d3999 commit 223db70Copy full SHA for 223db70
torch_geometric/nn/pool/select/base.py
@@ -62,7 +62,7 @@ def __init__(
62
self.weight = weight
63
64
65
-SelectOutput = torch.jit.script(SelectOutput)
+SelectOutput = torch.compile(SelectOutput)
66
67
68
class Select(torch.nn.Module):
0 commit comments