MCPcopy Create free account
hub / github.com/MultimediaTechLab/YOLO / train_dataloader

Function train_dataloader

tests/conftest.py:102–104  ·  view source on GitHub ↗
(train_cfg: Config)

Source from the content-addressed store, hash-verified

100
101@pytest.fixture(scope="session")
102def train_dataloader(train_cfg: Config):
103 prepare_dataset(train_cfg.dataset, task="train")
104 return create_dataloader(train_cfg.task.data, train_cfg.dataset, train_cfg.task.task)
105
106
107@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 2

prepare_datasetFunction · 0.90
create_dataloaderFunction · 0.90

Tested by

no test coverage detected