jayxsinha / Efficient-CNN-BiLSTM-for-Network-IDS

Code for Paper : Efficient-CNN-BiLSTM-for-Network-IDS
MIT License
94 stars 18 forks source link

TypeError: ('Keyword argument not understood:', 'pool_length') #3

Closed zeeno95 closed 2 years ago

zeeno95 commented 2 years ago

how to fix this error: TypeError: ('Keyword argument not understood:', 'pool_length')

jayxsinha commented 2 years ago

Try using an earlier version of Keras. These errors in the way layers are defined are mostly due to dependency on specific Keras version or you can choose to modify the code to incorporate recent versions of Keras.

Hope this helps.

Thanks/