Giter Club home page Giter Club logo

deep-learning-vagrant-machine's People

Contributors

gregrenard avatar jpursell avatar sylvainkalache avatar yuyaun 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deep-learning-vagrant-machine's Issues

Can not run example - provision not working?

Hi,
thank you so much for all the effort you put into this vm!
Unfortunatly, I can't get it to work. I downloaded the repo, extracted it into a folder und ran vagrant.
After connecting with putty i tryied to run the example provided.

vagrant@deep-learning:~$ python keras/examples/addition_rnn.py                  Using TensorFlow backend.
Generating data...
Total addition questions: 50000
Vectorization...
Training Data:
(45000, 7, 12)
(45000, 4, 12)
Validation Data:
(5000, 7, 12)
(5000, 4, 12)
Build model...
Traceback (most recent call last):
  File "keras/examples/addition_rnn.py", line 154, in <module>
    model.add(RNN(HIDDEN_SIZE, input_shape=(MAXLEN, len(chars))))
  File "/usr/local/lib/python2.7/dist-packages/keras/models.py", line 430, in add
    layer(x)
  File "/usr/local/lib/python2.7/dist-packages/keras/layers/recurrent.py", line 257, in __call__
    return super(Recurrent, self).__call__(inputs, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 551, in __call__
    self.build(input_shapes[0])
  File "/usr/local/lib/python2.7/dist-packages/keras/layers/recurrent.py", line 994, in build
    K.set_value(self.bias, bias_value)
  File "/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 2000, in set_value
    get_session().run(assign_op, feed_dict={assign_placeholder: value})
  File "/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 155, in get_session
    _initialize_variables()
  File "/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 300, in _initialize_variables
    variables = tf.global_variables()
AttributeError: 'module' object has no attribute 'global_variables'

I have installed the latest versions of vagrant & virtualBox, running it on WIN 10 Pro 1607.
Destroyed the vm several time and tryied redownloading it, but it did not fix the problem.
Where could i start solving this?

Thank you for taking the Time, Simon

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.