diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-03-19 22:48:02 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-03-19 22:48:02 +0200 |
commit | cf395a0190a709fb3a44e2c42b2f401e434cb037 (patch) | |
tree | 9bbff33bd8cfd77a2249489a0c174c75162a3eaa /clear_dir.sh | |
parent | d48a55f41188ac3cba7202c3ccfe74e5d8203b69 (diff) |
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
Diffstat (limited to 'clear_dir.sh')
-rwxr-xr-x | clear_dir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clear_dir.sh b/clear_dir.sh index fd3880f..5a5ff33 100755 --- a/clear_dir.sh +++ b/clear_dir.sh @@ -3,5 +3,5 @@ ### clearing up the directory ### from temporary files -rm -rf __pycache__ # Output* future +rm -rf __pycache__ rm -f Output/*.png *.npy |