DeepDreamVideo icon indicating copy to clipboard operation
DeepDreamVideo copied to clipboard

How do I install the required libraries?

Open isabelafoth opened this issue 4 years ago • 4 comments

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!!

isabelafoth avatar Sep 20 '20 06:09 isabelafoth

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

tux2603 avatar Oct 13 '20 19:10 tux2603

its not compatible with windows :(

aertist avatar Dec 12 '20 08:12 aertist

@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

tux2603 avatar Apr 08 '21 14:04 tux2603

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.

ProbablePrime avatar Jun 15 '22 07:06 ProbablePrime