-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f71d752
commit 098a16a
Showing
4 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
from jaxonloader.dataset import JaxonDataset, SingleArrayDataset, DataTargetDataset # noqa | ||
from jaxonloader.dataloader import JaxonDataLoader # noqa | ||
from beartype.claw import beartype_this_package | ||
from jaxtyping import install_import_hook | ||
|
||
beartype_this_package() | ||
|
||
with install_import_hook(modules=["jaxonloader"], typechecker="beartype.beartype"): | ||
from jaxonloader.dataset import JaxonDataset, SingleArrayDataset, DataTargetDataset # noqa | ||
from jaxonloader.dataloader import JaxonDataLoader # noqa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
from jaxonloader.datasets._datasets import * # noqa | ||
from jaxtyping import install_import_hook | ||
|
||
|
||
with install_import_hook(modules=["jaxonloader"], typechecker="beartype.beartype"): | ||
from jaxonloader.datasets._datasets import * # noqa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters