view MetaFormer/__init__.py @ 14:94cd9ac4a9b1 draft default tip

planemo upload for repository https://github.com/goeckslab/gleam.git commit 3188005878e1ad81b0ca59c9c4d4d40dd981acf7
author goeckslab
date Wed, 26 Nov 2025 22:00:32 +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",
]