Mercurial > repos > goeckslab > image_learner
diff MetaFormer/__init__.py @ 11:c5150cceab47 draft default tip
planemo upload for repository https://github.com/goeckslab/gleam.git commit 0fe927b618cd4dfc87af7baaa827034cc6813225
author | goeckslab |
---|---|
date | Sat, 18 Oct 2025 03:17:09 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MetaFormer/__init__.py Sat Oct 18 03:17:09 2025 +0000 @@ -0,0 +1,8 @@ +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", +]