view MetaFormer/__init__.py @ 21:d5c582cf74bc draft default tip

planemo upload for repository https://github.com/goeckslab/gleam.git commit eed8c1e1d99a8a0c8f3a6bfdd8af48a5bfa19444
author goeckslab
date Tue, 20 Jan 2026 01:25:35 +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",
]