openai / weightnorm

Example code for Weight Normalization, from "Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Networks"
https://arxiv.org/abs/1602.07868
MIT License
365 stars 118 forks source link

Weightnorm for 1d convolution or Temporal convolution #6

Open meshiguge opened 7 years ago

meshiguge commented 7 years ago

the code in Lasagne seems not work for Temporal convolution(conv1dlayer ) , could give some advices ? Thank you