You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your code. I meet a problem when I run it. The Error Message is as below:
Using TensorFlow backend.
Traceback (most recent call last):
File "E:/pycharm-program/thesis/scheme1/function2/LSTM-FCN-1.0/adiac_model.py", line 7, in
from utils.layer_utils import AttentionLSTM
File "E:\pycharm-program\thesis\scheme1\function2\LSTM-FCN-1.0\utils\layer_utils.py", line 62, in
class AttentionLSTM(Recurrent):
TypeError: module.init() takes at most 2 arguments (3 given)
I want to know why it occurs? Look forward to your reply.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your code. I meet a problem when I run it. The Error Message is as below:
Using TensorFlow backend.
Traceback (most recent call last):
File "E:/pycharm-program/thesis/scheme1/function2/LSTM-FCN-1.0/adiac_model.py", line 7, in
from utils.layer_utils import AttentionLSTM
File "E:\pycharm-program\thesis\scheme1\function2\LSTM-FCN-1.0\utils\layer_utils.py", line 62, in
class AttentionLSTM(Recurrent):
TypeError: module.init() takes at most 2 arguments (3 given)
I want to know why it occurs? Look forward to your reply.
The text was updated successfully, but these errors were encountered: