TF-ESPCN
TF-ESPCN copied to clipboard
test error
Thank you for sharing your code.
I trained the model with my own data. training was good. However, errors occur when testing the model. The test works fine on Scale 2, but on 3x and 4x
HR_image_YCrCb = np.concatenate((Y, Cr, Cb), axis=2) in run.py line 146 The following error occurs.
ValueError: all the input array dimensions for the concatenation axis must match exactly, but along dimension 0, the array at index 0 has size 278 and the array at index 1 has size 417
How do I fix it?
please help me.