CNO / models /__init__.py
yushuang88's picture
Upload folder using huggingface_hub
cb18693 verified
Raw
History Blame Contribute Delete
177 Bytes
"""Model package for the CNO reproduction."""
from .FNO import CNO2d, build_model, count_trainable_parameters
__all__ = ["CNO2d", "build_model", "count_trainable_parameters"]