The issus in Age Progression/Regression by Conditional Adversarial Autoencoder (CAAE) 

 

Today I tried a new project named: Face-Aging-CAAE

Paper Name: Age Progression/Regression by Conditional Adversarial Autoencoder (CAAE)

Github: https://github.com/ZZUTK/Face-Aging-CAAE

The issus in Age Progression/Regression by Conditional Adversarial Autoencoder (CAAE)

But count some issues before I run the code successfully. Maybe it caused by the version of tensorflow. 

1. TypeError: Expected int32, got list containing Tensors of type '_Message' instead. 

2. ValueError: Only call 'sigmoid_cross_entropy_with_logits' with named arguments (labels=..., logits=..., ...) 

3. ValueError: Variable E_conv0/w/Adam/ does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in VarScope ? 

 


 

The follow changes are needed for this code to solve above issues. 

 

The issus in Age Progression/Regression by Conditional Adversarial Autoencoder (CAAE)

 The issus in Age Progression/Regression by Conditional Adversarial Autoencoder (CAAE)

 The issus in Age Progression/Regression by Conditional Adversarial Autoencoder (CAAE)

 


  Then, you will see the process of training:

  The issus in Age Progression/Regression by Conditional Adversarial Autoencoder (CAAE)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  

 

相关文章:

  • 2022-01-18
  • 2021-11-04
  • 2021-04-29
  • 2021-08-06
  • 2021-12-10
  • 2021-09-04
猜你喜欢
  • 2021-05-06
  • 2021-09-24
  • 2021-06-11
  • 2021-12-10
  • 2021-07-20
  • 2021-12-13
相关资源
相似解决方案