摘要:
一、progan,https://zhuanlan.zhihu.com/p/93748098 stylegan的前身是progan,Progressive Growing of GANs for Improved Quality, Stability, and Variation ProGAN 最大 阅读全文
摘要:
tf.identity( input, name=None ) #Return a tensor with the same shape and contents as input. #返回一个tensor,contents和shape都和input的一样 y = tf.identity(x)是一个 阅读全文