摘要:
getattr() 函数用于返回一个对象属性值; 语法 参数 返回值:对象的属性 使用: express1 for var in list (if express2) 语法 返回值:一般为一个list类型 用法1:express1 for var in list 用法2:express1 for v 阅读全文
摘要:
for basic discriminator of GANs 判别器用于感知生成器产生的合成图片和ground-truth的差异,并旨在实现区分出fake or real; 同时,判别器的输出也是经过一系列的conv后得到的一个标量值,一般使这个值激活在0~1之间; 但是,这样的结果存在着一些问题 阅读全文
摘要:
Introduction 1. develop a common framework for all problems that are the task of predicting pixels from pixels. 2. CNNs learn to minimize a loss funct 阅读全文
摘要:
Introducation 1. intruduce the conditional version of GANs, which can be constructed by simply feeding the data , y. 2. the CGANs can be used to learn 阅读全文