liqilei / GMFN

PyTorch code for our paper "Gated Multiple Feedback Network for Image Super-Resolution" (BMVC2019)
70 stars 13 forks source link

NotImplementedError: Network [GMFN] is not recognized. #1

Closed aligoglos closed 5 years ago

aligoglos commented 5 years ago

you must add codes of networks/init.py for create model (add contractor codes for GMFN).

liqilei commented 5 years ago

Thanks for your kind reminder. We have modified init.py at https://github.com/Paper99/SRFBN_CVPR19/blob/8f2fcdbf415835f46f901873ee7953cc171c911b/networks/__init__.py#L111 for creating GMFN model.

aligoglos commented 5 years ago

Thanks for replied. but you should share'ResidualDenseBlock_8C' codes in .blocks

liqilei commented 5 years ago

Since we employ SRFBN as network backbone, code for ResidualDenseBlock_8C is available at HERE You are suggested to look through the README file ^-^

aligoglos commented 5 years ago

thanks.