Code Monkey home page Code Monkey logo

Comments (6)

rosinality avatar rosinality commented on August 20, 2024 1

I think it is not very meaningful. It is just the side effect of changing initial size 4x4 to 8x8.

from style-based-gan-pytorch.

rosinality avatar rosinality commented on August 20, 2024

This implementation also alternates fade in and stabilizing stages.

from style-based-gan-pytorch.

yongxinw avatar yongxinw commented on August 20, 2024

Ah I see. You took the min of 1 and the weight. Closing this now.

from style-based-gan-pytorch.

yongxinw avatar yongxinw commented on August 20, 2024

On a second thought, in the ProGAN paper, it seems that they are doing stabilizing and then fading in. Here since we have alpha = min(1, 1 / args.phase * (used_sample + 1)) and used_sample grows from 0 up, wouldn't it reverse the order (i.e. fade in first and then stabilize) ? I think this kind of makes a difference at the very first level of resolution. Thanks!

from style-based-gan-pytorch.

rosinality avatar rosinality commented on August 20, 2024

Yes, it's different. But after initial resolution it will be same.

from style-based-gan-pytorch.

yongxinw avatar yongxinw commented on August 20, 2024

Thanks! If I understand correctly, we start at 8x8, and at this time we fade in with the 4x4 right? My concern is that since the 4x4 is not yet learned (as we started from 8x8), would the fade-in at this stage be advantageous at all?

from style-based-gan-pytorch.

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.