demonstration program for the project (32*32)#8
Open
ndkshr wants to merge 1 commit intoakanimax:masterfrom
ndkshr:patch-1
Open
demonstration program for the project (32*32)#8ndkshr wants to merge 1 commit intoakanimax:masterfrom ndkshr:patch-1
ndkshr wants to merge 1 commit intoakanimax:masterfrom
ndkshr:patch-1
Conversation
the image resolution is 32*32, since i could only train upto that level of the progressive GAN. There are some hard coded values and bad coding standards used. There are not so accurate comments, but plus point is that it works very well.
|
@ndkshr Do you have a demonstration code like which can work. This code seems to be buggy due to version conflicts by many dependencies. I am getting something like super() has 2 arguments 3 passed in Pro Gan code. Can you help it out. |
Author
|
@iamjhamukesh The the reason this does not work correctly right now is that the author of the code is trying to update the model to MSG GAN: I recommend using any old version of the project and then running the demo file on that project. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the image resolution is 32*32, since i could only train upto that level of the progressive GAN.
There are some hard coded values and bad coding standards used.
There are not so accurate comments, but plus point is that it works very well.