duxingren14 / DualGAN

DualGAN-tensorflow: tensorflow implementation of DualGAN
Apache License 2.0
263 stars 97 forks source link

Unused arguments? #8

Closed Cristy94 closed 7 years ago

Cristy94 commented 7 years ago

add_argument('--niter', dest='niter', type=int, default=30, help='# of iter at starting learning rate')

This argument is added but seems to never be used. Should it be removed or be implemented?

duxingren14 commented 7 years ago

Yes. This argument has been deprecated. I will revise the codes accordingly.