colorization
colorization copied to clipboard
Training on small images
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
easiest solution would be to upsample your 32x32 images to 176x176
You could also try cascading 3x3 conv's with padding 1