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

How to set parameters training 10 times to take average and standard deviation? #8

Open
hhhhwq opened this issue Feb 17, 2023 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@hhhhwq
Copy link

hhhhwq commented Feb 17, 2023

你好,我想请问一下,跑10次取平均,这10次的参数设置有什么不一样吗,是随机种子的设置不一样吗,如果是的话,那具体取什么值

@yueliu1999
Copy link
Owner

你好,感谢关注。是的,是随机种子设置的不一样。跑十次取平均是为了消除随机种子带来的随机性的影响。至于取值的话,应该是随便取十个就可以了,我们应该是取[0, 9]。

@yueliu1999
Copy link
Owner

在这里有跑十次取平均的代码:https://github.com/yueliu1999/HSAN/blob/main/train.py

@hhhhwq
Copy link
Author

hhhhwq commented Feb 17, 2023

好的好的,感谢!

@yueliu1999 yueliu1999 added the help wanted Extra attention is needed label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants