colorization icon indicating copy to clipboard operation
colorization copied to clipboard

Training on small images

Open skeeph opened this issue 7 years ago • 2 comments

Hello. In present model, images are cropped to 176x176. If I want to train this on small images(from 32x32) what should I do? Ho do I modify model? Thanks

skeeph avatar Mar 14 '17 17:03 skeeph

easiest solution would be to upsample your 32x32 images to 176x176

AruniRC avatar Mar 31 '17 16:03 AruniRC

You could also try cascading 3x3 conv's with padding 1

richzhang avatar Mar 31 '17 16:03 richzhang