From cf395a0190a709fb3a44e2c42b2f401e434cb037 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 19 Mar 2023 22:48:02 +0200 Subject: Deeper visuals & default iterations were set to 6k Changes to be committed: modified: .gitignore new file: Images/Gift.jpg deleted: Images/demon.jpg modified: clear_dir.sh modified: neuralart.py modified: stylize.sh --- neuralart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'neuralart.py') diff --git a/neuralart.py b/neuralart.py index 2495da8..aee66b9 100644 --- a/neuralart.py +++ b/neuralart.py @@ -1,6 +1,6 @@ #!/bin/python -### imports (will come with a requirements.txt) +### imports (should be covered by requirements.txt) from torch.autograd import Variable from torchvision import transforms @@ -234,7 +234,7 @@ targets = style_targets + content_targets import numpy as np from tqdm import tqdm -vis_factor = 5 +vis_factor = 10 max_iter = 600 * vis_factor show_iter = 1 * vis_factor -- cgit v1.2.3