Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于SR-CNN的一些疑问 #18

Open
xieqingxing opened this issue May 24, 2020 · 1 comment
Open

关于SR-CNN的一些疑问 #18

xieqingxing opened this issue May 24, 2020 · 1 comment

Comments

@xieqingxing
Copy link

你好,感谢你们做的工作~因为看作者是中国人就用中文问了。
1.论文中提到SR和SR-CNN都在kpi竞赛的数据集取得一个很高的分数,这个分数是基于原数据集提供的标签计算出来的吗,还是说是通过像代码中提到的异常注入的方式得到标签进而训练得到的结果呢?
2.在generate_data.py文件中有这样一段代码具体是什么意思呢?论文中好像没有提到

if (self.win_siz - 6) not in ids:
    self.control += np.random.random()
else:
    self.control = 0
if self.control > 100:
    ids[0] = self.win_siz - 6
    self.control = 0

谢谢!

@Fayeben
Copy link

Fayeben commented May 28, 2021

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants