YCY
YCY
https://github.com/fkodom/fft-conv-pytorch/blob/bbe43cd94c5839b1f11469547187ac1baa2c186c/fft_conv.py#L155 In L184 and L189, why the condition statement is `*_channels % 2 != 0` but not `*_channels % groups != 0`? Seems not match with the error message.
## Feature An alternative and fully differentiable backend of norbert for PyTorch users. One extra dimension is required for input Tensors to make it be able to process in batch,...
Will it be possible to support multivariate normal distributions just like [pytorch](https://pytorch.org/docs/stable/distributions.html#multivariatenormal) does, where user can provide custom covariance matrix in the future? I want to implement a VAE where...
Hi @kimiyoung, I recently started to use transformer-xl on my personal project (mostly based on this [repo](https://github.com/YatingMusic/compound-word-transformer)), and I found the speed can be improved about 3 to 4 times...
Reference: - https://hal.science/hal-01393964/document
Reference: https://arxiv.org/abs/2307.12232
https://arxiv.org/abs/2303.00848
https://github.com/yoyololicon/pytorch-NMF/blob/b911e2e2030e9d2ec5f7b0b169aca4cb0ceca51a/torchnmf/nmf.py#L610