Skip to content

Commit 0283c6e

Browse files
wip recipes for model training and evaluation
1 parent 36a61ba commit 0283c6e

4 files changed

Lines changed: 700 additions & 0 deletions

File tree

src/gensbi/recipes/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""
2+
Cookie cutter modules for creating and training SBI models.
3+
"""
4+
5+
from .simformer import SimformerPipeline
6+
7+
__all__ = [
8+
"SimformerPipeline",
9+
]

src/gensbi/recipes/flux1.py

Whitespace-only changes.

0 commit comments

Comments
 (0)