shayneobrien / generative-models

Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wgan optimizer

christinazavou opened this issue · comments

hello :)
In the W-GAN model you mention in the comments the use of RMSProp optimizer, but you use in the code the Adam optimizer.