gans
Here are 365 public repositories matching this topic...
-
Updated
Jun 28, 2020 - Lua
Is there any place I can read about how to produce high-quality results? The pictures from the README look very well produced whereas the result I get from the collab demo is not as good. Is there any documentation about the parameters for that Trump-Cage example?
Thank you so much
-
Updated
Mar 22, 2017 - Python
-
Updated
Jul 6, 2020 - Python
I downloaded the pre-training model to see the effect of the model. Instead of generating flist file, I directly tested it, and the following error occurred:
python test.py --checkpoints ./checkpoints/places2 --input ./examples/places2/images --mask ./examples/places2/masks --output ./checkpoints/results --model 3
Loading EdgeModel generator...
Loading InpaintingModel generator...
sta
-
Updated
Jun 24, 2020 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Jan 28, 2020 - Jupyter Notebook
Background
TorchGAN started out with a primary focus on GANs. But recent literature has suggested that GANs are being used in time series modeling, NLP, etc. Hence the name Trainer sends the wrong message.
Proposal
- Deprecate
TrainerandParallelTrainerin v0.0.4 and completely remove them in v0.0.5+ - Introduce an
ImageTrainerandParallelImageTrainerwhich are exac
-
Updated
May 11, 2019
-
Updated
Apr 27, 2020 - Jupyter Notebook
-
Updated
Sep 15, 2019 - Jupyter Notebook
-
Updated
Jul 9, 2020 - Python
-
Updated
Oct 7, 2019 - Python
-
Updated
Dec 5, 2019 - Python
-
Updated
Jul 7, 2020 - Python
-
Updated
Apr 20, 2020 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Jun 11, 2020 - Python
-
Updated
Jan 21, 2019 - Jupyter Notebook
-
Updated
Oct 7, 2019 - Python
-
Updated
Feb 20, 2018 - Python
-
Updated
Dec 16, 2019 - Jupyter Notebook
-
Updated
Dec 20, 2018 - Python
-
Updated
Apr 11, 2018 - Python
-
Updated
Jul 8, 2020 - Python
-
Updated
Oct 2, 2019 - Python
-
Updated
Apr 17, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the gans topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gans topic, visit your repo's landing page and select "manage topics."
For some reason, when I open the web document, real_a and fake_b are matching, but the real_b is from another image; however in the images folder the images are correct. Does someone know why does this happen?