Giter Site home page Giter Site logo

Comments (4)

rosinality avatar rosinality commented on July 30, 2024 1

You only need to adjust --max_size arguments. Number of layers will be adjusted accordingly.

from style-based-gan-pytorch.

Yuchen-Hou0210 avatar Yuchen-Hou0210 commented on July 30, 2024

You only need to adjust --max_size arguments. Number of layers will be adjusted accordingly.

thank you very much!And I I have another question:what is the function of FusedDownsample and Fusedupsample ? Why we need it if the resolution is more than 64px, but not if the resolution is less than 64px? I'm a little confused。

from style-based-gan-pytorch.

rosinality avatar rosinality commented on July 30, 2024

FusedUp(Down)sample is equivalent to conv + avgpool or nearest neighbor upsample + conv. In the official implementations it is used if resolution is larger than 64px as it is more performant at that resolutions. But I haven't measured the performance differences, though.

from style-based-gan-pytorch.

Yuchen-Hou0210 avatar Yuchen-Hou0210 commented on July 30, 2024

FusedUp(Down)sample is equivalent to conv + avgpool or nearest neighbor upsample + conv. In the official implementations it is used if resolution is larger than 64px as it is more performant at that resolutions. But I haven't measured the performance differences, though.

ok! Thanks, it helps me a lot

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.