-
Hi,
Thank you very much for your implementations. I have been working in the implementation of the Moments threshold developed by [Tsai](https://www.sciencedirect.com/science/article/pii/0734189X8…
-
Thanks for the good work!
Just wanted to mention that I have tried the two most stared EfficientDet PyTorch repos on Github, and neither reproduce the paper results on COCO, not even close.
They…
-
@sayakpaul and I investigated an issue with loading a LyCORIS LoRA checkpoint which uses DoRA in diffusers. For some reason, we couldn't get the shapes of the DoRA scale vector to match with the shape…
-
Clean up terminology to match the original [PEG paper](http://www.bford.info/pub/lang/peg.pdf) and other PEG implementations better. This mainly concerns specs, docs, and the AST.
My current thinking…
-
**Is your feature request related to a problem? Please describe.**
Recently, there have been two papers that have demonstrated that Griffin-Lim ADMM has a higher quality than Fast Griffin Lim (the cu…
-
Currently, the QZ algorithm is used to find transmission zeroes for state-space models without slycot. This only works when the compound system matrix is square (the number of inputs must equal the nu…
-
**Describe the feature**
Feature description
**Motivation**
A clear and concise description of the motivation of the feature. Ex1. It is inconvenient when [....]. Ex2. There is a recent paper [..…
-
### 🚀 The feature, motivation and pitch
Sparse Causal Flash Attention as implmented [here](https://github.com/epfml/dynamic-sparse-flash-attention) and described in [this paper](https://arxiv.org/abs…
-
### Proposed new feature or change:
Add a function to check if a point is inside a polygon. Currently a pole point in polygon is implemented, possibly modify it and make a similar function? That func…
-
### 🚀 The feature, motivation and pitch
The Gray Level Co-occurrence Matrix GLCM https://en.wikipedia.org/wiki/Co-occurrence_matrix is heavily used to calculate a variety of texture features called…