sunshineatnoon/PytorchWCT

Using I_5 as the input of the VGG RELU_4_1?

Closed this issue · 1 comments

Hi,

First of all, I appreciate your work and code - your implementation is clean, efficient and easy to follow :-)

Nevertheless, I found that the RELU_4_1 takes the original content image as input:

cF4 = wct.e4(contentImg)

I believe it should take Im5 (the intermediate result generated from d5 ) as input, no?

Sure you can change that to RELU_5_1, I just thought RELU_4_1 gives a better result.