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
I runned images-analogies.py using one of the basic example images (just resized them to a 256X256).
The last iteration I get looks really far from your result. It stops as iteration 2 x 4. I guess it should do a lot more iterations to look nice but I can't set it up to go for longer. I tried changing those values and run it again but It doesn't make any differences.
--patch-size=3 this will allow for much nicer-looking details (default=1)
--mrf-layers=conv1_1,conv2_1,... add more layers to the mix (also analogy-layers and content-layers)
What is the proper way to increase the number of iterations ?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi
I runned images-analogies.py using one of the basic example images (just resized them to a 256X256).
The last iteration I get looks really far from your result. It stops as iteration 2 x 4. I guess it should do a lot more iterations to look nice but I can't set it up to go for longer. I tried changing those values and run it again but It doesn't make any differences.
--patch-size=3 this will allow for much nicer-looking details (default=1)
--mrf-layers=conv1_1,conv2_1,... add more layers to the mix (also analogy-layers and content-layers)
What is the proper way to increase the number of iterations ?
Thanks!
The text was updated successfully, but these errors were encountered: