Skip to content

Instantly share code, notes, and snippets.

@ProGamerGov
Last active November 16, 2019 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ProGamerGov/e28ed9ab69292c5b45404f19b6bb4ba0 to your computer and use it in GitHub Desktop.
Save ProGamerGov/e28ed9ab69292c5b45404f19b6bb4ba0 to your computer and use it in GitHub Desktop.
neural-style-pt
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ProGamerGov
Copy link
Author

# Delete neural-style-pt files
# Run installation cell to reinstall neural-style-pt

!rm -rf neural_style.py
!rm -rf CaffeLoader.py
!rm -rf *.md
!rm -rf LICENSE
!rm -rf linear-color-transfer.py
!rm -rf models/
!rm -rf examples/

@ProGamerGov
Copy link
Author

# Run this in a cell to delete all output images

!rm -rf out*.png
# Run this in a cell to delete all images

!rm -rf *.png
!rm -rf *.jpg
!rm -rf *.jpeg
!rm -rf *.JPG
!rm -rf *.PNG
!rm -rf *.JPEG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment