Skip to content

Commit 7bb6fc7

Browse files
authored
Update stafnet.py
1 parent 5683ca8 commit 7bb6fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppsci/arch/stafnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import paddle
77
from ppsci.arch import base
88
try:
9-
import pgl
9+
from pgl.nn.conv import GATv2Conv
1010
except ModuleNotFoundError:
1111
pass
1212

0 commit comments

Comments
 (0)