EDSR-PyTorch icon indicating copy to clipboard operation
EDSR-PyTorch copied to clipboard

A question about dataloader

Open backkon opened this issue 4 years ago • 2 comments

I want to know why I debug this line: for batch, (lr, hr, _,) in enumerate(self.loader_train): ...

It will go back to the main.py and rerun the global code?

backkon avatar Aug 08 '20 14:08 backkon

Like this? 屏幕截图 2021-12-15 185420

Leonacelli avatar Dec 15 '21 11:12 Leonacelli

Like this? 屏幕截图 2021-12-15 185420

If so, change the transforms.Resize()

Leonacelli avatar Dec 15 '21 11:12 Leonacelli