Giter Site home page Giter Site logo

Some questions about diffusion-gan HOT 1 CLOSED

zhendong-wang avatar zhendong-wang commented on July 2, 2024
Some questions

from diffusion-gan.

Comments (1)

Zhendong-Wang avatar Zhendong-Wang commented on July 2, 2024

Hi there,

Thanks for you interest in our work. Sorry to make the confusion there.

  1. The answer is that they are both correct. In paper, our narative is based on the original GAN, whose discriminator outputs the probability that the given image is real, so 0.5 is the middle point. However, in practice, people use different loss functions and the probablity might not be actually trained. Here, we built our code based on the StyleGAN2 and the Discriminator(real_images) will output the logits not the probability so you don't need - 0.5 here. The middle point of the logits for GAN is 0.0.
  2. We set ada_kimg=100 for all experiments, which is also the default value for ada_kimg.
  3. Yes, the code is suitable for multi-gpu training by just including --gpus=4 in the command. Yes, 'Diffusion' gets different updates on different ranks. batch_size is the batch_size used for training. You could see details in the diffusion-stylegan2/train.py dictionay cfg_specs, which is inherited from StyleGAN2 paper.

from diffusion-gan.

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.