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
https://github.com/openai/weightnorm 权重归一化 此存储库包含权重规范化的示例代码,如以下文章中所述:
权重归一化:加速深度神经网络训练的简单重新参数化,作者:Tim Salimans和Diederik P. Kingma。
文件夹 'lasagne' 包含使用 Theano 的 Lasagne 包的代码。该代码用于运行论文中的CIFAR-10实验。 文件夹“tensorflow”包含一个 nn.py 文件,其中包含从我们的PixelCNN++存储库复制的直接实现。 文件夹“keras”包含用于 Keras 包的示例代码。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/openai/weightnorm
权重归一化
此存储库包含权重规范化的示例代码,如以下文章中所述:
权重归一化:加速深度神经网络训练的简单重新参数化,作者:Tim Salimans和Diederik P. Kingma。
文件夹 'lasagne' 包含使用 Theano 的 Lasagne 包的代码。该代码用于运行论文中的CIFAR-10实验。
文件夹“tensorflow”包含一个 nn.py 文件,其中包含从我们的PixelCNN++存储库复制的直接实现。
文件夹“keras”包含用于 Keras 包的示例代码。
The text was updated successfully, but these errors were encountered: