Shang Ma

Results 6 issues of Shang Ma

Is the LSTM a regression model to predict anomaly? If so, after you have calculated the rmse score of the coming action in the LSTM forecast function, how do you...

Hi Which log parser do you use to parse the HDFS dataset

Hi I was wondering what's the original paper of Hbert Many Thanks

Nice Work! But in Net.py CNNCifar.weight_keys, why are fc layers ahead of conv? ```python self.weight_keys = [['fc1.weight', 'fc1.bias'], ['fc2.weight', 'fc2.bias'], ['fc3.weight', 'fc3.bias'], ['conv2.weight', 'conv2.bias'], ['conv1.weight', 'conv1.bias'], ] ``` If nothing...

Nice work! But I still got some questions 1. As mentioned in the original paper, there are only 40 unique log keys while here are 1143 2. The original paper...

Thank you this framework is super good. I want to further extend the application with extra functionalities such as dealing with WebView and communication with a local LLM. I hope...