Giter Site home page Giter Site logo

Getting "TypeError: Exception encountered when calling layer "tf.keras.backend.rnn" (type TFOpLambda)" when I employ the Attention Layer about attention_keras HOT 11 CLOSED

thushv89 avatar thushv89 commented on July 3, 2024
Getting "TypeError: Exception encountered when calling layer "tf.keras.backend.rnn" (type TFOpLambda)" when I employ the Attention Layer

from attention_keras.

Comments (11)

TheZaraKhan avatar TheZaraKhan commented on July 3, 2024

@thushv89 Please solve this issue

from attention_keras.

eliashossain001 avatar eliashossain001 commented on July 3, 2024

Has anyone solved these issues?

from attention_keras.

thushv89 avatar thushv89 commented on July 3, 2024

Hi,
Sorry about the delay and thanks for raising this. Yes there's an unknown issue with the tf.keras.backend.rnn operation in tensorflow>2.6. I haven't been able to look into this in too much depth. I have tried few potential fixes but they all failed. So looks like something major has shifted since tensorflow>2.6.

The easiest solution would be to downgrade to tensorflow==2.6 until the issue is understood. But will keep you posted on the findings.

from attention_keras.

rudy-becarelli avatar rudy-becarelli commented on July 3, 2024

Hi @thushv89 any news? I just tried to use tensorflow==2.6 but i still have the same problem....

from attention_keras.

AliMi001 avatar AliMi001 commented on July 3, 2024

what about using the keras additive attention layer
attn_out = AdditiveAttention()([decoder_outputs, encoder_outputs])
would it be a fix ?

from attention_keras.

thushv89 avatar thushv89 commented on July 3, 2024

@rudy-becarelli: Apologies about the delay. Could you try tensorflow==2.5.0?

@AliMi001: It would be a close substitute but not a complete one. For example you can see here how TensorFlow uses AdditiveAttention for implementing Bahdanau attention. However, it does not compute attention sequentially as a sequence would be processed in a RNN. Rather, it computes all outputs first and then apply attention on top of that. I'm not sure what the performance difference is, but it is different from the original Bahdanau attention proposed in the paper.

from attention_keras.

AbhiIISc avatar AbhiIISc commented on July 3, 2024

I have tried tensorflow==2.5.0 with no success

from attention_keras.

thushv89 avatar thushv89 commented on July 3, 2024

Good news!
A fix is on the way on https://github.com/thushv89/attention_keras/tree/tf2-fix
Should work fine once merged

Let me know if there are any issues.

from attention_keras.

ITHealer avatar ITHealer commented on July 3, 2024

I can not access repo

from attention_keras.

mogesam avatar mogesam commented on July 3, 2024

I have similar problem, is this issue solved?

from attention_keras.

bhattaraisubash avatar bhattaraisubash commented on July 3, 2024

Try replacing
tensorflow.python.keras.layers with tensorflow.keras.layers on imports. See if it works.

from attention_keras.

Related Issues (20)

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.