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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b25872c..f7d3677 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ ### custom ignores here weights/*.pth -Images/personal/ Output/*.png *.npy +*.mp4 todo # Byte-compiled / optimized / DLL files -- cgit v1.2.3