When I try to evaluate the model with the content image provided, If I set load_image(content, resize=False) then there's an error that says the sizes of input doesn't match with the model's input. The model needs an (1, 256, 256, 3) image that it is trained on. But if I allow resizing load_image(content, resize=True) , it works but the image has low resolution. And the photos in your read me are high res, how did you allow arbitrary image size into the model?