leekwoon
Results
1
comments of
leekwoon
Hi, I think the problem comes from the location of `with tf.variable_scope('conv_vae', reuse=self.reuse):` in __init function I addressed this problem by moving it to _builg_graph function ``` def _build_graph(self): self.g...