vsooda / mxnet-wgan

mxnet implement for Conditional Wasserstein GAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the problem of using weight clip

lenyou opened this issue · comments

I noticed the code in this repo using weight clip after an epoch. However the original paper use it after each iteration.