From b48e9357f9b4c3c45021d5052f28e94d2b0adc55 Mon Sep 17 00:00:00 2001 From: Scusk Rimsi Date: Sat, 19 Oct 2024 02:30:43 +0100 Subject: [PATCH] Update github url user domain --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2692ab6..bfd6921 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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