We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi When I try to execute the code, I encounter the following call error. Thank you. Help me.
AttributeError Traceback (most recent call last)
in () 15 #---------------USE DAIN----------------- 16 #Adaptive Input Normalization layer ---> 17 from dain import Dain
/content/drive/MyDrive/real-------------/dain.py in () 4 5 ----> 6 class Dain(layers.LaDainyer): 7 def init(self, dim, n_features, name="dain", **kwargs): 8 # input tensor: (batch_size, rows, n_features)
AttributeError: module 'keras.api._v2.keras.layers' has no attribute 'LaDainyer'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
When I try to execute the code, I encounter the following call error.
Thank you.
Help me.
AttributeError Traceback (most recent call last)
in ()
15 #---------------USE DAIN-----------------
16 #Adaptive Input Normalization layer
---> 17 from dain import Dain
/content/drive/MyDrive/real-------------/dain.py in ()
4
5
----> 6 class Dain(layers.LaDainyer):
7 def init(self, dim, n_features, name="dain", **kwargs):
8 # input tensor: (batch_size, rows, n_features)
AttributeError: module 'keras.api._v2.keras.layers' has no attribute 'LaDainyer'
The text was updated successfully, but these errors were encountered: