view MetaFormer/__init__.py @ 23:2c6624cae3c5 draft default tip

planemo upload for repository https://github.com/goeckslab/gleam.git commit 4fade0f8199988fd9cf56cbcb49fa4b949b659ec
author goeckslab
date Sun, 25 Jan 2026 01:09:56 +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",
]