Yonghyub Sakong

Results 2 comments of Yonghyub Sakong

@TNodeCode Just remove split args of each dataloader config. ``` train_dataloader = dict( batch_size=32, collate_fn=dict(type='default_collate'), dataset=dict( ann_file='', data_prefix='train', data_root='data/custom_dataset', pipeline=[ dict(type='LoadImageFromFile'), dict(backend='pillow', scale=224, type='RandomResizedCrop'), dict(direction='horizontal', prob=0.5, type='RandomFlip'), dict(type='PackInputs'), ], split='train',

I also have a similar issue. @mirzaees I created a stack using ISCE2, and ultimately, the problem is that the `slc.full` data is missing. ``` miaplpy.load.slcFile = ../merged/SLC/*/*.slc.full #[path2slc_file] ```...