SYMBOL INDEX (12 symbols across 5 files) FILE: conf.py function get_conf (line 4) | def get_conf(train=True): FILE: data/dataloader.py class DataLoader (line 4) | class DataLoader(object): method __init__ (line 5) | def __init__(self, opt, dataset, dist_sampler=False): method next_batch (line 23) | def next_batch(self): FILE: data/dataset.py class Dataset (line 14) | class Dataset(data.Dataset): method __init__ (line 15) | def __init__(self, args, dataroot_path: str, method __getitem__ (line 75) | def __getitem__(self, index): method __len__ (line 299) | def __len__(self): FILE: main.py function test_unpaired (line 9) | def test_unpaired(dataloader, model, e, args): function training_loop (line 34) | def training_loop(dataloader, model, e, args): function main_worker (line 61) | def main_worker(args): FILE: utils/label_map.py function sem2onehot (line 4) | def sem2onehot(n, labelmap):