TencentARC / MM-RealSR

Codes for "Metric Learning based Interactive Modulation for Real-World Super-Resolution"
BSD 3-Clause "New" or "Revised" License
154 stars 12 forks source link

About the scale #11

Closed universea closed 1 year ago

universea commented 1 year ago

Hi,

I want to train 5x scale, but some error happend: RuntimeError: The size of tensor a (152) must match the size of tensor b (192) at non-singleton dimension 3.

This is the option: name: MMRealSRNetModel_x5 model_type: MMRealSRNetModel scale: 5 num_gpu: 1 manual_seed: 0

Thanks!