Skip to content

Commit 01cb696

Browse files
committed
Update __init__.py
1 parent 6cf16d9 commit 01cb696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ppsci/arch/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
from ppsci.arch.regdgcnn import RegDGCNN # isort:skip
6363
from ppsci.arch.regpointnet import RegPointNet # isort:skip
6464
from ppsci.arch.ifm_mlp import IFMMLP # isort:skip
65+
from ppsci.arch.resnet import resnet # isort:skip
66+
6567

6668
__all__ = [
6769
"MoFlowNet",
@@ -112,6 +114,7 @@
112114
"VelocityGenerator",
113115
"RegDGCNN",
114116
"RegPointNet",
117+
"resnet",
115118
"IFMMLP",
116119
]
117120

0 commit comments

Comments
 (0)