Skip to content

A Simple Pytorch Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training

License

Notifications You must be signed in to change notification settings

jewfro-cuban/SimGAN_PyTorch

Repository files navigation

SimGAN_PyTorch

A Simple Pytorch Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training

This code is based on AlexHex7/SimGAN_pytorch(PyTorch) and inspired by wayaai/SimGAN(Keras&Tensorflow).

I try to re-organize AlexHex7's code, fix some bugs and speed up the training procedure.

Time Cost

Time Cost

With [Batch Size=128, k_d=1k_g=50], it takes about 12 hours to finish 10000 training steps.

Current Results

Note that my parameters and optimizers are different from the original work.

Results after 10000 iteration (About 1/4 of total steps in the original work)

Result1

About

A Simple Pytorch Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages