Git Product home page Git Product logo

deepdreamer's People

Contributors

williamgibb avatar

Watchers

 avatar  avatar

Forkers

vaginessa

deepdreamer's Issues

guide_demo.json is failing

guided dreaming is failing for some reason. Running:

python run_dream.py -c sample_configs/guide_demo.json

Produces the following error

2015-08-24 20:52:44,153 INFO Building guide from [./sample_data/flowers.jpg]       [proc.py:objective_guide]
Traceback (most recent call last):
  File "run_dream.py", line 69, in <module>
    main(opts)
  File "run_dream.py", line 47, in main
    dream.run_dream(conf)
  File "/Users/user/Documents/projects/deepdreamer/dream.py", line 48, in run_dream
    **config.get('deepdream_params'))
  File "/Users/user/Documents/projects/deepdreamer/proc.py", line 173, in process_image
    frame = self.deepdream(base_img=frame, **deepdream_params)
  File "/Users/user/Documents/projects/deepdreamer/proc.py", line 146, in deepdream
    self.make_step(end=end, clip=clip, **kwargs.get('step_params', {}))
  File "/Users/user/Documents/projects/deepdreamer/proc.py", line 98, in make_step
    objective_func(dst, **kwargs.get('objective_args', {}))  # specify the optimization objective
  File "/Users/user/Documents/projects/deepdreamer/proc.py", line 210, in objective_guide
    dst.diff[0].reshape(ch, -1)[:] = y[:, a.argmax(1)]  # select ones that match best
ValueError: could not broadcast input array from shape (480,1196) into shape (480,1200)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.