Error after combination of two Keras models into VAE: You must feed a value for placeholder tensor 'critic_input_2'

前端 未结 0 1579
鱼传尺愫
鱼传尺愫 2021-02-08 10:21

Trying combine GAN generator and critic to train both as VAE. Base code is here. Code modified to create encoder on top of critic:

def _build_critic(self):

    #         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题