Skip to content

Commit

Permalink
initial cut at a torch.utils.data.IterDataset
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Sep 23, 2024
1 parent 566a063 commit 1dde269
Show file tree
Hide file tree
Showing 3 changed files with 1,433 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/tiledbsoma_ml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@

"""An API to support machine learning applications built on SOMA."""

from .pytorch import (
ExperimentAxisQueryIterableDataset,
ExperimentAxisQueryIterDataPipe,
)

__version__ = "0.1.0-dev"

__all__ = [
"ExperimentAxisQueryIterDataPipe",
"ExperimentAxisQueryIterableDataset",
]
Loading

0 comments on commit 1dde269

Please sign in to comment.