view MetaFormer/__init__.py @ 18:bbf30253c99f draft default tip

planemo upload for repository https://github.com/goeckslab/gleam.git commit c155acd3616dfac920b17653179d7bc38ba48e39
author goeckslab
date Sun, 14 Dec 2025 03:27:12 +0000
parents c5150cceab47
children
line wrap: on
line source

from .metaformer_models import default_cfgs
from .metaformer_stacked_cnn import create_metaformer_stacked_cnn, patch_ludwig_stacked_cnn

__all__ = [
    "create_metaformer_stacked_cnn",
    "patch_ludwig_stacked_cnn",
    "default_cfgs",
]