pytorch-pcen
pytorch-pcen copied to clipboard
PyTorch reimplementation of per-channel energy normalization for audio.
thanks for sharing this. I am trying to train PCEN in a torch layer. However, at unpredictable points during training, the loss collapses to `nan` when this is introduced. I'm...
Thanks for sharing PCEN implementation using Pytorch. Currently I'm trying to use TensorFlow to add trainable PCEN layer before KWS model, but the result is not so good. Would it...
Thanks you for sharing your code. When I'm reading your code, I've noticed that [`pcen_cuda_kernel`](https://github.com/daemon/pytorch-pcen/blob/master/pcen/pcen.py#L69) is missing. Is that part not implemented yet or omitted?