comparison 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
comparison
equal deleted inserted replaced
10:b0d893d04d4c 11:c5150cceab47
1 from .metaformer_models import default_cfgs
2 from .metaformer_stacked_cnn import create_metaformer_stacked_cnn, patch_ludwig_stacked_cnn
3
4 __all__ = [
5 "create_metaformer_stacked_cnn",
6 "patch_ludwig_stacked_cnn",
7 "default_cfgs",
8 ]