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

AttributeError: 'Conv2DLayer' object has no attribute 'flip_filters' #901

Open
ays0110 opened this issue Feb 24, 2018 · 1 comment
Open

Comments

@ays0110
Copy link

ays0110 commented Feb 24, 2018

Theano==0.8.2
Lasagne==0.2.dev1

Code:
val_prediction = lasagne.layers.get_output(network, input_var, deterministic=True)

Error:
File "../algorithms/python/env/lib/python3.6/site-packages/lasagne/layers/conv.py", line 611, in convolve filter_flip=self.flip_filters) AttributeError: 'Conv2DLayer' object has no attribute 'flip_filters'

Any insight into what I might be doing wrong, or if I'm missing something in my installation?

@f0k
Copy link
Member

f0k commented Feb 26, 2018

The flip_filters attribute was added on December 16, 2015 in commit 0ce713f. Any chance you're using an unpickled model from a very old Lasagne version?

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

2 participants