PointNetCFD / models /__init__.py
yushuang88's picture
Upload folder using huggingface_hub
b871dba verified
Raw
History Blame Contribute Delete
183 Bytes
"""PointCFD model package."""
from .PointNetCFD import PointNetCFD, TransformNet, count_trainable_parameters
__all__ = ["PointNetCFD", "TransformNet", "count_trainable_parameters"]