view MetaFormer/__init__.py @ 12:bcfa2e234a80 draft

planemo upload for repository https://github.com/goeckslab/gleam.git commit 96bab8325992d16fcaad8e0a4dc4c62b00e2abc2
author goeckslab
date Fri, 21 Nov 2025 15:58:13 +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",
]