ZZUTK / Face-Aging-CAAE

Age Progression/Regression by Conditional Adversarial Autoencoder
636 stars 233 forks source link

train problem #21

Closed soledad-deng closed 6 years ago

soledad-deng commented 6 years ago

For i run the modle with tensorflow 1.1.0-rc2, i modify the input arguments of tf.concat in ops.py and tf.nn.sigmoid_cross_entropy_with_logits in FaceAging.py. To avoid the error[ValueError: Variable E_conv0/w/Adam/ does not exist], i try GradientDescentOptimizer instead of AdamOptimizer. It runs successfully. But, the jpgs in save/sample are all like this
37

soledad-deng commented 6 years ago

GradientDescentOptimizer doesn't work, i solved it with AdamOptimizer