MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / build_train_loader

Method build_train_loader

projects/SparseRCNN/train_net.py:50–52  ·  view source on GitHub ↗
(cls, cfg)

Source from the content-addressed store, hash-verified

48
49 @classmethod
50 def build_train_loader(cls, cfg):
51 mapper = SparseRCNNDatasetMapper(cfg, is_train=True)
52 return build_detection_train_loader(cfg, mapper=mapper)
53
54 @classmethod
55 def build_optimizer(cls, cfg, model):

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected