HelenGuohx / logbert

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

Pip install for logbert #41

Open htoor opened 1 year ago

htoor commented 1 year ago

A few folks mentioned that pip install logbert is the way to install logbert. I was not successful. Is there a different name, or is not posible?

OHnogood commented 1 year ago

the file requirements.txt has something wrong. the eight line should be "scikit" rather than "scikt".

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?