Skip to content

Commit

Permalink
Update github url user domain
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyolicoris authored Oct 19, 2024
1 parent 6085304 commit b48e935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pip install torchlpc
or from source

```bash
pip install git+https://github.com/yoyololicon/torchlpc.git
pip install git+https://github.com/DiffAPF/torchlpc.git
```

## Derivation of the gradients of the LPC filter
Expand Down Expand Up @@ -122,7 +122,7 @@ This algorithm is more efficient than [^3] because it only needs one pass of fil

## Related Projects

- [torchcomp](https://github.com/yoyololicon/torchcomp): differentiable compressors that use `torchlpc` for differentiable backpropagation.
- [torchcomp](https://github.com/iamycy/torchcomp): differentiable compressors that use `torchlpc` for differentiable backpropagation.
- [jaxpole](https://github.com/rodrigodzf/jaxpole): equivalent implementation in JAX by @rodrigodzf.

## Citation
Expand Down

0 comments on commit b48e935

Please sign in to comment.