llSourcell / deep_dream_challenge

Deep Dream Challenge code by @SIrajology on Youtube (Learn Python for Data Science #5)
84 stars 73 forks source link

'Layer' variable not used #7

Open benbray111 opened 5 years ago

benbray111 commented 5 years ago

Thanks for the helpful tutorial. I am working with a slightly altered version of this code, pasted into various cells in a Jupyter notebook, I have not tried running the file as is.

I just wanted to point out that I noticed that you have the user set a variable called 'layer' (line 174), but then it is not used for anything. It looks like that layer is actually hard coded in (line 182). Once I changed that, the pictures actually started to come out differently, but this confused me for a while.