MousaviSajad / ECG-Heartbeat-Classification-seq2seq-model

Inter- and intra- patient ECG heartbeat classification for arrhythmia detection: a sequence to sequence deep learning approach
Other
175 stars 54 forks source link

Argument `inputs` must be a sequence. #15

Open way-sal opened 10 months ago

way-sal commented 10 months ago

I have this error with lstm_enc, I didn't understand if the problem was with the input size or with LSTMCell. data_input_embed Tensor("Reshape_3:0", shape=(?, 10, 384), dtype=int32) Argument inputs must be a sequence. Received: Tensor("Reshape_3:0", shape=(?, 10, 384), dtype=int32)