Giter VIP home page Giter VIP logo

Comments (5)

zlckanata avatar zlckanata commented on July 20, 2024 3

In dlinknet, each conv-layer is followed by a batchnorm(conv-bn-relu), and, in fact, there's no difference between [-1.6,1.6] and [-1,1](or even [0,255]) in this case.
However, Unet(weight initialized by pytorch default initializer) without batchnorm do have better result using [-1.6,1.6] normalization. In this case, [-1.6,1.6](compare with [-1,1]) is equal to enlarge the initial learning rate and std of the initializer.
In dlinknet, channel-wise normalization equals adding two parameters weighting the RGB. It may have better result(I'm not sure), but I don't think this is so crucial~ 2333

from deepglobe-road-extraction-challenge.

zlckanata avatar zlckanata commented on July 20, 2024

This operation is to norm the image from [0,255] to [-1.6,1.6], you can norm the image to other range(better zero centered), [-1,1] or [-1.2,1.2] are fine :)

from deepglobe-road-extraction-challenge.

yangtian62 avatar yangtian62 commented on July 20, 2024

Thanks for your reply~ Is 1.6 a particular number that works the best in your case? And why don't you apply a std to each channel? Cause people always set mean and std at the same time. Haha~

from deepglobe-road-extraction-challenge.

yangtian62 avatar yangtian62 commented on July 20, 2024

Alright, thanks again. Happy New Year btw~ Lol

from deepglobe-road-extraction-challenge.

zlckanata avatar zlckanata commented on July 20, 2024

Happy New Year~ www

from deepglobe-road-extraction-challenge.

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.