-
I love the idea behind DILATE and would like to include it in [pytorch-forecasting](https://pytorch-forecasting.readthedocs.io/en/latest/). However, a GPU-only implementation is probably needed for wi…
-
Is there pytorch implementation for your approach?
-
## Description
Currently we have been unable to reproduce the schedule free adamw results with JAX.
There seem to be differences between the optax implementation of schedule-free adamw and the pyto…
-
hi! nice work and finally non-autoregressive tts with no explicit durations as labels. Do you have any plans to release pytorch implementation?
-
You can check my PyTorch implementation of this paper [here](https://github.com/sairajk/PyTorch-Pyramid-Feature-Attention-Network-for-Saliency-Detection/tree/master).
@CaitinZhao , it would be nice…
-
Thanks for your great contribution. I really enjoyed reading the paper. I hope you do not mind me asking, but are there any plans for implementing the code in Pytorch? Although I am pretty famili…
-
### Feature request
Using (https://pytorch.org/blog/flexattention/) Flex-attention (and [Paged attention](https://github.com/pytorch/pytorch/pull/121845/files)) to speedup transformers models and p…
-
Problem
=======
As datasets become larger and larger, storing training samples as individual files becomes impractical and inefficient. This can be addressed using sequential storage formats and s…
-
Hello
Thank you for uploading your work github. The paper has been an interesting read.
I noticed in your code that you are implementing the EnkLayer, but it is not mentioned in the uploaded code? H…
-
Hi, is there a reason why you tend to not use your own implementation of hashgrid encoding? Everywhere I look in the codebase you always seem to use the `tcnn` implementation directly instead of your …