Giter Club home page Giter Club logo

Comments (6)

subeeshvasu avatar subeeshvasu commented on June 16, 2024

Hello,

One can use the code released by authors of EDSR (https://github.com/thstkdgus35/EDSR-PyTorch) to reproduce the results. Run the code following the format in - (https://github.com/thstkdgus35/EDSR-PyTorch/blob/master/src/demo.sh). We used the following training options, --template GAN, --gan_k 2, --res_scale 0.1, --patch_size 192, and --loss p1 x VGG54+p2 x GAN+p3 x MSE. The exact parameter values used in our experiments can be found in our paper (https://arxiv.org/pdf/1811.00344.pdf).

from 2018_subeesh_epsr_eccvw.

jqly avatar jqly commented on June 16, 2024

Thanks!

from 2018_subeesh_epsr_eccvw.

shazib-summar avatar shazib-summar commented on June 16, 2024

Are the values of these parameters the same as the one you used for region 1 of PIRM2018? I am asking because these values do not match the default values of options.py in this repo.

from 2018_subeesh_epsr_eccvw.

shazib-summar avatar shazib-summar commented on June 16, 2024

Also, which pre-trained model file do I supply for weight initialization if I'm retraining EPSR (region 1) from the EDSR repo?

from 2018_subeesh_epsr_eccvw.

subeeshvasu avatar subeeshvasu commented on June 16, 2024

Are the values of these parameters the same as the one you used for region 1 of PIRM2018? I am asking because these values do not match the default values of options.py in this repo.

Yes. The parameter values of my experiments are mentioned in the paper

from 2018_subeesh_epsr_eccvw.

subeeshvasu avatar subeeshvasu commented on June 16, 2024

Also, which pre-trained model file do I supply for weight initialization if I'm retraining EPSR (region 1) from the EDSR repo?

I have mentioned it in the paper, "we initialized the model weights of generator using pre-trained weights of EDSR
(obtained by training EDSR with λ1 = λ3 = 0)." You can either use the pretrained weights supplied by authors of EDSR (this should be easy to find out), or else train EDSR with this settings by urself and then use those weights.

from 2018_subeesh_epsr_eccvw.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.