rpaudel42 / Pikachu

PIKACHU: Temporal Walk Based Dynamic Graph Embedding for Network Anomaly Detection
12 stars 4 forks source link

long_term_embs may be wrong in the code of pikachu.py #1

Open liujie40 opened 2 years ago

liujie40 commented 2 years ago

Hi: I am learning your code,when i debug the code of pikachu.py(line+143), such as gfigure_1 ,I find some error.the long_term_embs and short_term_embs are the same.when save it in disk ,the two file are the same . image the figure 2 is below. image

liujie40 commented 2 years ago

these two file should not be the same ,i think .Maybe i am wrong

rpaudel42 commented 1 year ago

Fixed it. It should be dynamic_embs that needed to be saved in lin 143

rpaudel42 commented 1 year ago

close it