We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536ec93 commit d4937beCopy full SHA for d4937be
keras_hub/src/models/moonshine/__init__.py
@@ -0,0 +1,5 @@
1
+from keras_hub.src.models.moonshine.moonshine_backbone import MoonshineBackbone
2
+from keras_hub.src.models.moonshine.moonshine_presets import backbone_presets
3
+from keras_hub.src.utils.preset_utils import register_presets
4
+
5
+register_presets(backbone_presets, MoonshineBackbone)
0 commit comments