-
Notifications
You must be signed in to change notification settings - Fork 34
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: 'LMUFFT' object has no attribute 'kernel' #27
Comments
That is indeed a bug, thanks for finding it for us! There's a fix up now in #28, and we'll do a quick patch release as well once that is merged in. Unrelated to that bug, there were a few errors in your test code (related to the shapes of inputs and outputs). Here is a version that should work (once the fix from #28 is applied).
|
We've released KerasLMU 0.3.1 now, which contains this fix. Thanks again for the bug report. |
Hello,I'm a beginner in tensorflow2,and recently I'm doing some stuff on "Time Series Forcasting"
I've read your paper, and simply want to replace your implimentation with tf.keras.layers.LSTM
But when I'm testing function keras_lmu.LMU , I got such errors:
model.summary() still goes well, so I think the model build successfully but unsuccessfully initial weight?
May be this line did not run? https://github.com/nengo/keras-lmu/blob/master/keras_lmu/layers.py#L153
My Testing code
My python version is 3.8.3
tensorflow version is 2.3.1
keras-lmu version is 0.3.0
Am I writting these code correct? , or is there a bug in keras_lmu\layers.py?
THANKS!!!
The text was updated successfully, but these errors were encountered: