SRFBN_CVPR19
SRFBN_CVPR19 copied to clipboard
Training Error
Sorry to bother you again, I encountered a problem with validation when I was training with lr-size=16 * 16 and hr-size = 128*128.
It looks like there's a problem with the lr_list concatenation on the 224 rows of SRSolver. The tensor in the lr_list has different dimensions one is 2 and anther is 16. I output the lr_list to see .That it is.
Can you give me some advice to correct this mistake