Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Information: Theano no longer supports downsample used by the latest Lasagne 0.1 #3

Open
nicolefinnie opened this issue Jul 14, 2018 · 0 comments

Comments

@nicolefinnie
Copy link

nicolefinnie commented Jul 14, 2018

Hey Danny,

Was trying to run your script a_freq_task.sh and hit the following error and found out that downsample is no longer supported by Theano which is still called by the latest Lasagne verion 0.1. However, you can solve the problem by installing the following package. Just FYI.
pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip

Reference
aigamedev/scikit-neuralnetwork#235 (comment)

Error

(plstm) nicole@polarsnow:~/git/public_plstm(master)$ a_freq_task.sh 
Traceback (most recent call last):
  File "freq_task.py", line 3, in <module>
    import lasagne
  File "/home/nicole/anaconda3/envs/plstm/lib/python2.7/site-packages/lasagne/__init__.py", line 19, in <module>
    from . import layers
  File "/home/nicole/anaconda3/envs/plstm/lib/python2.7/site-packages/lasagne/layers/__init__.py", line 7, in <module>
    from .pool import *
  File "/home/nicole/anaconda3/envs/plstm/lib/python2.7/site-packages/lasagne/layers/pool.py", line 6, in <module>
    from theano.tensor.signal import downsample
ImportError: cannot import name downsample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant