In CycleGAN are there two different generators and two different discriminators? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsHow to use GAN for unsupervised feature extraction from images?The Gradient descent different between in Ng coursera and Michael A. Nielsen bookHow to use deep learning to add local (e.g. repairing) transformations to images?GANs and grayscale imagery colorizationCould someone explain to me how back-prop is done for the generator in a GAN?Training Accuracy stuck in KerasCombining different features as input to Neural NetworkHow to train the generator in a recurrent GAN (Keras)Are there real world applications where deep fully connected networks are better suited than ConvNetsWhat is exactly meant by neural network that can take different types of input?
Suing a Police Officer Instead of the Police Department
Im stuck and having trouble with ¬P ∨ Q Prove: P → Q
Providing direct feedback to a product salesperson
What is the ongoing value of the Kanban board to the developers as opposed to management
Why not use the yoke to control yaw, as well as pitch and roll?
Weaponising the Grasp-at-a-Distance spell
Converting a text document with special format to Pandas DataFrame
How to break 信じようとしていただけかも知れない into separate parts?
Can the van der Waals coefficients be negative in the van der Waals equation for real gases?
Fourier Transform of Airy Equation
Does Prince Arnaud cause someone holding the Princess to lose?
Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?
Lights are flickering on and off after accidentally bumping into light switch
Compiling and throwing simple dynamic exceptions at runtime for JVM
Proving inequality for positive definite matrix
Protagonist's race is hidden - should I reveal it?
Why doesn't the university give past final exams' answers?
tabularx column has extra padding at right?
Does traveling In The United States require a passport or can I use my green card if not a US citizen?
enable https on private network
Can gravitational waves pass through a black hole?
Will I be more secure with my own router behind my ISP's router?
When speaking, how do you change your mind mid-sentence?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
In CycleGAN are there two different generators and two different discriminators?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsHow to use GAN for unsupervised feature extraction from images?The Gradient descent different between in Ng coursera and Michael A. Nielsen bookHow to use deep learning to add local (e.g. repairing) transformations to images?GANs and grayscale imagery colorizationCould someone explain to me how back-prop is done for the generator in a GAN?Training Accuracy stuck in KerasCombining different features as input to Neural NetworkHow to train the generator in a recurrent GAN (Keras)Are there real world applications where deep fully connected networks are better suited than ConvNetsWhat is exactly meant by neural network that can take different types of input?
$begingroup$
I am trying to assimilate the contents of this paper. I have a confusion about how many different networks are there in the architecture of CycleGAN. To my understanding, the concept of cycle means that there is only one generator and one discriminator which changes roles (Discriminator as generator; and Generator as Discriminator) depending on what loss we want to calculate (whether Y -> X or X -> Y). However, my friend I have a confusion and we have been debating about this without a consensus. He says that there are totally four different networks. Two generators G1 and G2; and two discriminators D1 and D2. What is the truth ?
neural-network deep-learning gan
$endgroup$
add a comment |
$begingroup$
I am trying to assimilate the contents of this paper. I have a confusion about how many different networks are there in the architecture of CycleGAN. To my understanding, the concept of cycle means that there is only one generator and one discriminator which changes roles (Discriminator as generator; and Generator as Discriminator) depending on what loss we want to calculate (whether Y -> X or X -> Y). However, my friend I have a confusion and we have been debating about this without a consensus. He says that there are totally four different networks. Two generators G1 and G2; and two discriminators D1 and D2. What is the truth ?
neural-network deep-learning gan
$endgroup$
add a comment |
$begingroup$
I am trying to assimilate the contents of this paper. I have a confusion about how many different networks are there in the architecture of CycleGAN. To my understanding, the concept of cycle means that there is only one generator and one discriminator which changes roles (Discriminator as generator; and Generator as Discriminator) depending on what loss we want to calculate (whether Y -> X or X -> Y). However, my friend I have a confusion and we have been debating about this without a consensus. He says that there are totally four different networks. Two generators G1 and G2; and two discriminators D1 and D2. What is the truth ?
neural-network deep-learning gan
$endgroup$
I am trying to assimilate the contents of this paper. I have a confusion about how many different networks are there in the architecture of CycleGAN. To my understanding, the concept of cycle means that there is only one generator and one discriminator which changes roles (Discriminator as generator; and Generator as Discriminator) depending on what loss we want to calculate (whether Y -> X or X -> Y). However, my friend I have a confusion and we have been debating about this without a consensus. He says that there are totally four different networks. Two generators G1 and G2; and two discriminators D1 and D2. What is the truth ?
neural-network deep-learning gan
neural-network deep-learning gan
asked Apr 5 at 15:50
Arun KumarArun Kumar
31
31
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
There are two generators and two discriminators.
Check out the code here
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48699%2fin-cyclegan-are-there-two-different-generators-and-two-different-discriminators%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There are two generators and two discriminators.
Check out the code here
$endgroup$
add a comment |
$begingroup$
There are two generators and two discriminators.
Check out the code here
$endgroup$
add a comment |
$begingroup$
There are two generators and two discriminators.
Check out the code here
$endgroup$
There are two generators and two discriminators.
Check out the code here
answered Apr 5 at 23:09
Armen AghajanyanArmen Aghajanyan
58928
58928
add a comment |
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48699%2fin-cyclegan-are-there-two-different-generators-and-two-different-discriminators%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown