Roelof Pieters
Roelof Pieters
``` Shape mismatch, can't divide axis of length 12 in chunks of 32 ``` try making the patch_size `36` and possible the image_size a multiple of `36` so `252` for...
@denjello yes sounds like a good idea, if were happy with the current state, we could turn it into a pip-installable package as well. I believe however that before we...
@denjello any luck on some of these ideas? :)
@jeremiahlamontagne yes seems good to me and worth trying :) what would be nice is have a choice between the transitions: linear, or bezier, and if bezier possibly what kind...
@jeremiahlamontagne k good stuff! looking forward to see what you come up with :)
@jeremiahlamontagne looking nice, would love to see some example or something, and feel free to make a pull request when you're up for releasing a stable enough version :)
@jeremiahlamontagne awesome! looking forward to it. The easiest way for a pull request is making the changes to your own up to date "forked" repository of the DeepDreamVideo repo, and...
@jeremiahlamontagne nice video! Any luck on getting the bezier arguments working nicely, and turning it into a pull request?
excellent, it seems a continuation of the work by Kyle McDonald which ive also used in my own work: https://github.com/kylemcdonald/deepdream/blob/master/dream.ipynb
ipython notebooks can be notoriously hard to debug: they tend to just crash with that exact error. You might try to run the same code in the ipython shell to...