sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.42k stars 668 forks source link

A question about dataloader #273

Open backkon opened 4 years ago

backkon commented 4 years ago

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?

Leonacelli commented 2 years ago

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

Leonacelli commented 2 years ago

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

If so, change the transforms.Resize()