MCPcopy Create free account
hub / github.com/PolymathicAI/AstroCLIP / SamplerType

Class SamplerType

astroclip/astrodino/data/loaders.py:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class SamplerType(Enum):
17 DISTRIBUTED = 0
18 EPOCH = 1
19 INFINITE = 2
20 SHARDED_INFINITE = 3
21 SHARDED_INFINITE_NEW = 4
22
23
24def _parse_dataset_str(dataset_str: str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected