ClimODE / model /model_utils.py
yzt15806542928's picture
Upload folder using huggingface_hub
807a08b verified
Raw
History Blame Contribute Delete
259 Bytes
"""Compatibility exports for the official ClimODE checkpoint pickle."""
from model.climode import BoundaryPad, ResidualBlock, SelfAttnConv
boundarypad = BoundaryPad
Self_attn_conv = SelfAttnConv
__all__ = ["boundarypad", "ResidualBlock", "Self_attn_conv"]