SRGAN icon indicating copy to clipboard operation
SRGAN copied to clipboard

Retrain the model to obtain 2X of the out[0]

Open Elwarfalli opened this issue 6 years ago • 0 comments

Hi @JingqingZ I'd like to retrain the mode to get 2x instead of 4x. Would you mind help me what should I change in the code??

I download Data 2x

I changed the dimenstion of : t_target_image = tf.placeholder('float32', [batch_size, 192, 192, 3], name='t_target_image').

so I am getting this error: ValueError: Trying to share variable SRGAN_d/ho/dense/W, but specified shape (18432, 1) and found shape (4608, 1).

Elwarfalli avatar Apr 12 '19 06:04 Elwarfalli