jiny2001 / dcscn-super-resolution

A tensorflow implementation of "Fast and Accurate Image Super Resolution by Deep CNN with Skip Connection and Network in Network", a deep learning based Single-Image Super-Resolution (SISR) model.
https://arxiv.org/abs/1707.05425
MIT License
706 stars 216 forks source link

Excuse me, i'm newbie at DL, how can i fix the model to train small image? ( ex. width : 70 px , height : 20 px ) #110

Open Sam-JungSoonWoo opened 3 years ago

Sam-JungSoonWoo commented 3 years ago

when i tried training with my dataset, error occured that model requires at least 96 x 96 image.

i want to train with my small images...

how can i fix it ?

Thank you.