taki0112 / SPADE-Tensorflow

Simple Tensorflow implementation of "Semantic Image Synthesis with Spatially-Adaptive Normalization" a.k.a. GauGAN, SPADE (CVPR 2019 Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cityscapes training setting

ericlearning opened this issue · comments

Hello.

What is the training setting that was used for the Cityscapes example? The default batchsize of this code is 1, while the paper used 32. Also, is did removing the encoder have any degrading effect on the final result?

Thanks!