LSTM-FCN icon indicating copy to clipboard operation
LSTM-FCN copied to clipboard

AttentionLSTM Exception

Open ZaingLau opened this issue 2 years ago • 0 comments

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.

ZaingLau avatar Jan 29 '23 12:01 ZaingLau