You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not think lstm.py can be directly used for running LogAnomaly. This is because lstm.py only supports two types of inputs, which are "sequentials" and "semantics". However, LogAnomaly uses "semantics" and "quantitatives" (namely the count of each event template in a sequence). In contrast, DeepLog uses "sequential" as input, and thus it can be achieved simply using lstm.py.
lstm.py can be used for running deeplog and loganomaly algorithms. Can you tell me how to set parameter values in order to run loganomaly?
The text was updated successfully, but these errors were encountered: