Unhashable Type TypeError: Tensors are unhashable. Instead, use tensor.ref() as the key

前端 未结 0 1063
眼角桃花
眼角桃花 2021-02-06 14:14

I am trying to implement a custom variational autoencoder. Following is the code to reproduce.

epsilon_std = 1.0

vx = tf.keras.layers.Input(batch_shape=(None, ma         


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