wuyifan18 / DeepLog

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

LogKeyModel_predict.ipynb running in an infinite iterations #10

Closed RahulShrivastava22 closed 5 years ago

RahulShrivastava22 commented 5 years ago

LogKeyModel_train executed fine but when i tried executing LogKeyModel_predict.ipynb but it is running in an infinite iteration ....

kindly help..

amineebenamor commented 5 years ago

Can you give more details about what is happening? I don't have this error when I ran the code.

RahulShrivastava22 commented 5 years ago

Thank you @amineebenamor for your concern here are the details I appended a counter inside both for loop (i.e. for test_normal and test_abnormal ) then I observed that the counter value of test_normal_loader reaches to 1800000 and it is still counting and executing... The execution stuck around first for loop of test_normal_loader and it is not proceeding towards second for loop of test_abnormal_loader issue

LuckyDoggy commented 5 years ago

I have met the same issue. How to deal with it?