Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UX-Decoder/Semantic-SAM
/ build_train_loader
Method
build_train_loader
train_net.py:161–162 ·
view source on GitHub ↗
(cls, cfg)
Source
from the content-addressed store, hash-verified
159
160
@classmethod
161
def
build_train_loader(cls, cfg):
162
return
build_train_dataloader(cfg, )
163
164
@classmethod
165
def
build_test_loader(cls, cfg, dataset_name):
Callers
1
__init__
Method · 0.95
Calls
1
build_train_dataloader
Function · 0.90
Tested by
no test coverage detected