We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在同样迭代100次的情况下, 串行版本是100多秒, 而并行版本却是300多秒, 希望您能指教一下,我刚开始入门,源码还看不太懂
The text was updated successfully, but these errors were encountered:
非常抱歉给您带来困扰了,确实可能会那样,我们算法写砸了。我们的并行算法思路原本是按照这篇论文写的:基于数据并行的BP神经网络训练算法,但权值交换那里无法实现论文效果。因此我们改用所有进程一起训练,然后广播最佳网络。后来写砸,删库跑路了。
Sorry, something went wrong.
No branches or pull requests
在同样迭代100次的情况下, 串行版本是100多秒, 而并行版本却是300多秒, 希望您能指教一下,我刚开始入门,源码还看不太懂
The text was updated successfully, but these errors were encountered: