You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't work well in my environment, although it seems to work for others.
The attached image was obtained and the other images obtained are similar.
Could you please help me if you know the cause of the problem?
The target image is ImageNet (ILSVR2012) and the style image is the specified one (Kaggle's painter-by-numbers dataset).
The torch version (0.4.1) is correct and the model is downloaded from the specified location.
The code works all the way through without error. (The following warning was displayed, but is probably not a problem).
UserWarning: nn.Upsampling is deprecated. Use nn.functional.interpolate instead.
warnings.warn("nn.Upsampling is deprecated. Use nn.functional.interpolate instead.")
The text was updated successfully, but these errors were encountered:
This isn't actively maintained to keep up with latest versions of other dependencies (unfortunately), so you'll need to use older packages, that is why you see a deprecation warning.
Thank you for your excellent work.
It doesn't work well in my environment, although it seems to work for others.
The attached image was obtained and the other images obtained are similar.
Could you please help me if you know the cause of the problem?
The target image is ImageNet (ILSVR2012) and the style image is the specified one (Kaggle's painter-by-numbers dataset).
The torch version (0.4.1) is correct and the model is downloaded from the specified location.
The code works all the way through without error. (The following warning was displayed, but is probably not a problem).
The text was updated successfully, but these errors were encountered: