Giter VIP home page Giter VIP logo

Comments (4)

JiahuiYu avatar JiahuiYu commented on July 20, 2024

In all our reported experiments, res scale is set to 1.0 by default. Thus this trick is not reported in our factsheet.

Although the res scale trick is wield, I guess it could help when your SR network is extremely large. Another reference is the paper about training ImageNet in one hour in which authors claim that setting the scale of last BN in a residual block to zero helps overall performance.

from wdsr_ntire2018.

YongboLiang avatar YongboLiang commented on July 20, 2024

@JiahuiYu Thanks for your reply. The value of n_feats and block_feats are 32 and 128 in your experiment and you use res_scale with 1.0. when the n_feats in EDSR is 256 , they set res_scale to be 0.1. Compared with EDSR, I plan to set n_feats and block_feats to be 128 and 512. Then do you have advice about res_scale when the value of n_feats and block_feats are so big?
Best~~

from wdsr_ntire2018.

JiahuiYu avatar JiahuiYu commented on July 20, 2024

If you use relatively reasonable depth, eg., 16 residual blocks, using 1.0 should be fine. If the depth is crazy like 32 or 64, probably you will need to use 0.1. My experience is that using res scale only brings slight performsnce gain.

It is a good question though, and worth investigating. The trick of res scale is a mystery so far.

from wdsr_ntire2018.

YongboLiang avatar YongboLiang commented on July 20, 2024

got it~~ thanks~~

from wdsr_ntire2018.

Related Issues (20)

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.