Skip to content

Commit c79aa20

Browse files
committed
minor fix for urls
1 parent 162f5a2 commit c79aa20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ Current codebase only provides a plain PyTorch implementation for the filtered n
8484

8585

8686
## References
87-
HiFi-GAN (for generator and multi-period discriminator): [https://github.com/jik876/hifi-gan](https://github.com/jik876/hifi-gan)
87+
* [HiFi-GAN](https://github.com/jik876/hifi-gan) (for generator and multi-period discriminator)
8888

89-
Snake (for periodic activation): [https://github.com/EdwardDixon/snake](https://github.com/EdwardDixon/snake)
89+
* [Snake](https://github.com/EdwardDixon/snake) (for periodic activation)
9090

91-
alias-free-torch (for anti-aliasing): [https://github.com/junjun3518/alias-free-torch](https://github.com/junjun3518/alias-free-torch)
91+
* [Alias-free-torch](https://github.com/junjun3518/alias-free-torch) (for anti-aliasing)
9292

93-
Julius (for low-pass filter): [https://github.com/adefossez/julius](https://github.com/adefossez/julius)
93+
* [Julius](https://github.com/adefossez/julius) (for low-pass filter)
9494

95-
UnivNet (for multi-resolution discriminator): [https://github.com/mindslab-ai/univnet](https://github.com/mindslab-ai/univnet)
95+
* [UnivNet](https://github.com/mindslab-ai/univnet) (for multi-resolution discriminator)

0 commit comments

Comments
 (0)