-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange output with red noise point #3
Comments
I had this when I did not clamp styled image:
Similar as it is performed in the closure:
I actually thinking about adding loss for out of bounds pixels, so the optimizer would not be focused on these pixels. |
yes, right after I posted the issue, I found this mistake of mine. |
BTW, do you know any comparative standard to measure the quality of style-transferred images between different pre-train model? |
and any reason why you choose efficientnet-b0 as the best model |
Unfortunately, no.
I am not sure if it is best for style transfer. EfficientNet chosen as it is efficient, since I do not have local GPU. Also, in the paper "CNN Filter DB: An Empirical Investigation of Trained Convolutional Filters" (arxiv:2203.15331v2), they say that "learned filters do not significantly differ across models trained for various tasks, except for extreme outliers such as GAN-Discriminators." |
I can get this good output yesterday.
but today when I ran it again, I get this strange output:
Have you ever encountered this problem before? Or you can give me some suggestions?
The text was updated successfully, but these errors were encountered: