limbee / NTIRE2017

Torch implementation of "Enhanced Deep Residual Networks for Single Image Super-Resolution"
652 stars 146 forks source link

Are there any other framework implementation for this paper? #8

Closed JustinhoCHN closed 6 years ago

JustinhoCHN commented 7 years ago

Such as tensorflow or keras, I think your EDSR model isn't too complicated to implement. I'm interested in re-implementing it in keras.

limbee commented 7 years ago

Yes. Our network architecture and the training procedure are not complicated, so it might be easy to reproduce it using other frameworks. We are not planning to implement this work in another framework.