LagrangianMGN / model /__init__.py
yushuang88's picture
Upload folder using huggingface_hub
898ac55 verified
Raw
History Blame Contribute Delete
67 Bytes
from .meshgraphnet import MeshGraphNet
__all__ = ["MeshGraphNet"]