Skip to content
#

gans

Here are 365 public repositories matching this topic...

xiaoming3526
xiaoming3526 commented Nov 21, 2019

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

avik-pal
avik-pal commented Sep 2, 2019

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

  1. Deprecate Trainer and ParallelTrainer in v0.0.4 and completely remove them in v0.0.5+
  2. Introduce an ImageTrainer and ParallelImageTrainer which are exac

Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..

  • Updated Jan 21, 2019
  • 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.

Curate this topic

Add this topic to your repo

To associate your repository with the gans topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.