wuyifan18 / DeepLog

Pytorch Implementation of DeepLog.
MIT License
361 stars 154 forks source link

Input dimension of Deeplog #25

Closed jl0x61 closed 4 years ago

jl0x61 commented 4 years ago

Hi, wuyifan. I am confused about the input dimension of Deeplog of your code. It seems that the input dimension is (batch_size, sequence_length, input_size). But according to the documentation, the input dimension is (sequence_length, batch_size, input_size). So I don't know whether I misunderstand something. Any help would be appreciated.