Jin Kim
Jin Kim
@oaknuggins I think it works with latest blessed. But it's a little buggy.
@zhuweideng I’ sorry. I can not for now. :cry:
@keunwoochoi You're right. And more correctly, tanh receives `filter`, sigmoid receives `gate` and `z` is multiplied them. ```python def forward(self, x, skip_size) filter = self.dilated(x) gate = self.dilated(x) # pixelCNN...
@Artix18 Hi. Thank you for your suggestion. And if you can make a patch, I'll be great. ☺️
I use cuda 8 and cudnn 5, 6 but I think it doesn’t care.