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

权重归一化 #16

Open
ziwang-com opened this issue May 30, 2023 · 0 comments
Open

权重归一化 #16

ziwang-com opened this issue May 30, 2023 · 0 comments

Comments

@ziwang-com
Copy link
Owner

https://github.com/openai/weightnorm
权重归一化
此存储库包含权重规范化的示例代码,如以下文章中所述:

权重归一化:加速深度神经网络训练的简单重新参数化,作者:Tim Salimans和Diederik P. Kingma。

文件夹 'lasagne' 包含使用 Theano 的 Lasagne 包的代码。该代码用于运行论文中的CIFAR-10实验。
文件夹“tensorflow”包含一个 nn.py 文件,其中包含从我们的PixelCNN++存储库复制的直接实现。
文件夹“keras”包含用于 Keras 包的示例代码。

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

1 participant