zoukankan      html  css  js  c++  java
  • The issus in Age Progression/Regression by Conditional Adversarial Autoencoder (CAAE)

    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

    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. 

     

     


      Then, you will see the process of training:

      

      

  • 相关阅读:
    打印出1-10000之间的所有对称数(如121,1331,2442)
    代码块
    javascript判断数据类型
    块和内嵌
    xhtml+css基础知识2
    xhtml+css基础知识1
    清除浮动
    margin注意问题
    javascirpt 闭包
    css3 box-sizing属性
  • 原文地址:https://www.cnblogs.com/wangxiaocvpr/p/6646546.html
Copyright © 2011-2022 走看看