Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIFAR-10 experiments with different LRs #3

Open
sanghoon opened this issue Apr 9, 2018 · 0 comments
Open

CIFAR-10 experiments with different LRs #3

sanghoon opened this issue Apr 9, 2018 · 0 comments
Assignees

Comments

@sanghoon
Copy link
Owner

sanghoon commented Apr 9, 2018

Notes

  • This work was done only to show some sample outputs. Different random seeds can lead to totally different outcomes. Therefore, we need to investigate outputs from repeated trials to correctly compare two GAN methods.

Large learning rate (0.01)

Vanilla DCGAN

After 2 epochs After 10 epochs After 25 epochs
ep02_cifar_base_lr 0 01 ep10_cifar_base_lr 0 01 ep25_cifar_base_lr 0 01

DCGAN w/ prediction

After 2 epochs After 10 epochs After 25 epochs
ep02_cifar_pred_lr 0 01 ep10_cifar_pred_lr 0 01 ep25_cifar_pred_lr 0 01

Medium learning rate (0.0001)

Vanilla DCGAN

After 2 epochs After 10 epochs After 25 epochs
ep02_cifar_base_lr 0 0001 ep10_cifar_base_lr 0 0001 ep25_cifar_base_lr 0 0001

DCGAN w/ prediction

After 2 epochs After 10 epochs After 25 epochs
ep02_cifar_pred_lr 0 0001 ep10_cifar_pred_lr 0 0001 ep25_cifar_pred_lr 0 0001

Small learning rate (1e-5)

Vanilla DCGAN

After 2 epochs After 10 epochs After 25 epochs
ep02_cifar_base_lr 0 00001 ep10_cifar_base_lr 0 00001 ep25_cifar_base_lr 0 00001

DCGAN w/ prediction

After 2 epochs After 10 epochs After 25 epochs
ep02_cifar_pred_lr 0 00001 ep10_cifar_pred_lr 0 00001 ep25_cifar_pred_lr 0 00001
@sanghoon sanghoon self-assigned this Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant