alebeck / AIOps

KPI time-series analysis using deep neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set hyper-parameters in the models

ujn7843 opened this issue · comments

Hi,

Thanks for your sharing.

I tried to run your code on KPI training dataset but found some errors... From my KPI dataset downloaded, there are total 29 unique KPI IDs, including 'da10a69f-d836-3baa-ad40-3e548ecf1fbd','e0747cad-8dc8-38a9-a9ab-855b61f5551d' etc, which differs from your KPI IDs defined in the kpi_dataset.py. I wondering if we are using the same dataset...

Besides, I also want to know the reasons for setting specific hyper-parameters in the three models respectively. To be specific, they are size of fc1 in conv_model, size of fc1 in fully_connected and size of fc1 in inception.

Many thanks!

Jiayi