SRGAN icon indicating copy to clipboard operation
SRGAN copied to clipboard

question about model

Open suke27 opened this issue 5 years ago • 0 comments

Hi, I try to introduce scale parameter in resblock. for example ResBlock(x) { tmp = x x = conv1(x) x = conv2(x) x = x*0.1 # if i add this line, it will report error :AttributeError: 'tensorflow.python.framework.ops.EagerTensor' object has no attribute '_info' Elementwise(tf.add)([tmp,x]) }

anyone can tell me how to resolve this problem.

suke27 avatar Jan 15 '20 01:01 suke27