DeepDreamVideo
DeepDreamVideo copied to clipboard
How do I install the required libraries?
I notice the code is written in 2.7, so i downloaded then. and now i need numpy and scipy but i have no clue how to install them with 2.7, please help!!
I'm working on making a complete overhaul of this project in python 3.7 with a few additional features: https://github.com/tux2603/DeepDream
its not compatible with windows :(
@aertist The base code should be fully compatible with windows, the only thing that isn't is the singularity part of it which will run in WSL
For anyone who's curious Tux's work will also not work on Windows via WSL due to WSL2 not having support for Nvidia drivers. See: https://github.com/tux2603/DeepDream/issues/4 for more info.
I unfortunately lost a couple of hours to this, but its no one's fault. Just leaving breadcrumbs for the next person who comes through.