File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ Current codebase only provides a plain PyTorch implementation for the filtered n
84
84
85
85
86
86
## 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 )
88
88
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 )
90
90
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 )
92
92
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 )
94
94
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 )
You can’t perform that action at this time.
0 commit comments