Coder Social home page Coder Social logo

convnetpy's People

Contributors

benglard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

convnetpy's Issues

Problem using Trainer

It seems like random_action_distribution isn't being used properly?

Traceback (most recent call last):
  File "main_learning2.py", line 373, in <module>
    main()
  File "main_learning2.py", line 353, in main
    action = brain.forward(simulator.map)
  File "/Users/eric/src/plithos/src/convnetpy/deepqlearn.py", line 232, in forward
    action = self.random_action()
  File "/Users/eric/src/plithos/src/convnetpy/deepqlearn.py", line 155, in random_action
    cumprob += self.random_action_distribution[k]
AttributeError: 'Brain' object has no attribute 'random_action_distribution'

Problem importing deepqlearn

Hey there, first of all... THANKS! I really appreciate you putting in all the work to make this so much easier for people like me to jump into.

I'm getting this error importing deepqlearn:

Traceback (most recent call last):
  File "main_learning2.py", line 5, in <module>
    from convnetpy.deepqlearn import Brain
  File "/Users/eric/src/plithos/src/convnetpy/deepqlearn.py", line 2, in <module>
    from net import Net
  File "/Users/eric/src/plithos/src/convnetpy/net.py", line 1, in <module>
    from layers.input          import InputLayer
  File "/Users/eric/src/plithos/src/convnetpy/layers/input.py", line 1, in <module>
    from util import getopt
ImportError: No module named util

Easy enough fix, just change import util to import ..util, but I may be using this wrong?

Questions about dark knowledge

@benglard Hi, thanks for sharing the ConvNetPy project. I have found that there is a dark_knowledge.py file in the examples path. I suppose that this dark knowledge is the same thing that Hinton named last year which can be considered as one way of model compression. In dark_knowledge.py, there seems not main function and would you like explain it more in details or add more comments? Thank you .

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.