Buckets:

rubencart's picture
download
raw
705 Bytes
"""Standalone PyTorch loaders for the DepthDif Hugging Face dataset."""
from .dataloaders import (
DepthTileDataModule,
build_dataloader,
build_train_val_dataloaders,
split_dataset,
)
from .dataset import (
ArgoGeoTIFFGriddedPatchDataset,
ArgoGeoTIFFProfileStore,
GeoTIFFPatchIndex,
GeoTIFFRasterStore,
)
from .normalizations import salinity_normalize, temperature_normalize
__all__ = [
"ArgoGeoTIFFGriddedPatchDataset",
"ArgoGeoTIFFProfileStore",
"DepthTileDataModule",
"GeoTIFFPatchIndex",
"GeoTIFFRasterStore",
"build_dataloader",
"build_train_val_dataloaders",
"salinity_normalize",
"split_dataset",
"temperature_normalize",
]

Xet Storage Details

Size:
705 Bytes
·
Xet hash:
cefeb83870e03509d2de05b656a85f03f6c17e0fdaf67fb817e96c00d378e906

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.