Coder Social home page Coder Social logo

rnn_experiments's People

Contributors

eloiz avatar mpezeshki avatar

Stargazers

 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  avatar  avatar

rnn_experiments's Issues

ImportError: cannot import name RecurrentStack

ubgpu@ubgpu:/github/RNN_Experiments$ sudo ./run_scripts/1xLSTM_100Units.sh
[sudo] password for ubgpu:
Using gpu device 0: GeForce GTX 970
Traceback (most recent call last):
File "main.py", line 1, in
from build_model_vanilla import build_model_vanilla
File "/home/ubgpu/github/RNN_Experiments/build_model_vanilla.py", line 9, in
from blocks.bricks.recurrent import SimpleRecurrent, RecurrentStack
ImportError: cannot import name RecurrentStack
ubgpu@ubgpu:
/github/RNN_Experiments$

I am sure I has block installed successful.

ubgpu@ubgpu:/github/blocks$ sudo pip install git+git://github.com/mila-udem/blocks.git@stable -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt
You are using pip version 7.0.3, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
/usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Collecting git+git://github.com/mila-udem/blocks.git@stable
Cloning git://github.com/mila-udem/blocks.git (to stable) to /tmp/pip-VVNyA8-build
Requirement already satisfied (use --upgrade to upgrade): numpy==1.9.2 in /usr/local/lib/python2.7/dist-packages (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): six==1.9.0 in /usr/local/lib/python2.7/dist-packages (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): pandas==0.16.1 in /usr/local/lib/python2.7/dist-packages (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 3))
Collecting progressbar2==2.7.3 (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 4))
/usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Downloading progressbar2-2.7.3.tar.gz
Requirement already satisfied (use --upgrade to upgrade): PyYaml==3.11 in /usr/local/lib/python2.7/dist-packages (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 5))
Collecting toolz==0.7.2 (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 6))
Downloading toolz-0.7.2.tar.gz
Collecting picklable-itertools==0.1.0 (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 7))
Downloading picklable-itertools-0.1.0.tar.gz
Requirement already satisfied (use --upgrade to upgrade): theano from git+https://github.com/Theano/Theano.git@c6d2ab3929182cdf7cf12e4b1f191a6ff99d07cc#egg=theano in /usr/local/lib/python2.7/dist-packages (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 10))
Collecting fuel from git+https://github.com/mila-udem/fuel@stable#egg=fuel (from -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 13))
Cloning https://github.com/mila-udem/fuel (to stable) to /tmp/pip-build-x2JIEU/fuel
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /usr/lib/python2.7/dist-packages (from pandas==0.16.1->-r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 3))
Requirement already satisfied (use --upgrade to upgrade): pytz>=2011k in /usr/lib/python2.7/dist-packages (from pandas==0.16.1->-r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 3))
Requirement already satisfied (use --upgrade to upgrade): scipy>=0.11 in /usr/local/lib/python2.7/dist-packages (from theano->-r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 10))
Requirement already satisfied (use --upgrade to upgrade): h5py in /usr/lib/python2.7/dist-packages (from fuel->-r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 13))
Requirement already satisfied (use --upgrade to upgrade): tables in /usr/lib/python2.7/dist-packages (from fuel->-r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 13))
Requirement already satisfied (use --upgrade to upgrade): pyzmq in /usr/lib/python2.7/dist-packages (from fuel->-r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt (line 13))
Building wheels for collected packages: progressbar2, toolz, picklable-itertools
Running setup.py bdist_wheel for progressbar2
Stored in directory: /home/ubgpu/.cache/pip/wheels/77/f1/3f/c412babc8c9b4a577c877a5b7d9154f4d1208b2c668b882907
Running setup.py bdist_wheel for toolz
Stored in directory: /home/ubgpu/.cache/pip/wheels/27/4c/fa/4ec16f8e5dd990fb99ed5da87aa2b50092f3efc0e41d56aca1
Running setup.py bdist_wheel for picklable-itertools
Stored in directory: /home/ubgpu/.cache/pip/wheels/7d/37/8f/9b4d425f62d622b0123264a382f007c868ae4c1d3e26d9db05
Successfully built progressbar2 toolz picklable-itertools
Installing collected packages: progressbar2, toolz, picklable-itertools, fuel, blocks
Running setup.py install for fuel
Running setup.py install for blocks
Successfully installed blocks-0.0.1 fuel-0.0.1 picklable-itertools-0.1.0 progressbar2-2.7.3 toolz-0.7.2
ubgpu@ubgpu:
/github/blocks$

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.