HelenGuohx / logbert

log anomaly detection via BERT
MIT License
240 stars 102 forks source link

HDFS deeplog Train stage is fast but test stage is slow #40

Open GoAchead opened 1 year ago

GoAchead commented 1 year ago

HDFS Train stage is fast ( about 30 minites ),but test stage is slow ( about 10 hours ) , did anyone meet the same problem ?

2718455213wcx commented 1 year ago

Hello,when I run to this line of code: logkey_seq_pairs = np.array(logkey_seq_pairs) An error has occurred: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (4855, 1) + inhomogeneous part.

Are you also experiencing this issue?

Eidell commented 10 months ago

Hello, have you solved this problem yet?