-
PyTorch-GAN Public
Forked from eriklindernoren/PyTorch-GANPyTorch implementations of Generative Adversarial Networks.
Python MIT License UpdatedJun 18, 2024 -
nanoGPT Public
Forked from karpathy/nanoGPTThe simplest, fastest repository for training/finetuning medium-sized GPTs.
Python MIT License UpdatedOct 30, 2023 -
mixture-density-network Public
Forked from tonyduan/mixture-density-networkMixture density network implemented in PyTorch.
Python MIT License UpdatedMay 18, 2023 -
vits Public
Forked from jaywalnut310/vitsVITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
Python MIT License UpdatedDec 23, 2022 -
MinImagen Public
Forked from AssemblyAI-Community/MinImagenMinImagen: A minimal implementation of the Imagen text-to-image model
Python MIT License UpdatedDec 14, 2022 -
elasticlunr.js Public
Based on lunr.js, but more flexible and customized.
-
-
julius Public
Forked from adefossez/juliusFast PyTorch based DSP for audio and 1D signals
Python MIT License UpdatedSep 26, 2022 -
CUCVAE-TTS Public
Forked from NeuroWave-ai/CUCVAE-TTSVAE with cross utterance conditions
Python MIT License UpdatedMar 12, 2022 -
lunr-languages Public
Forked from MihaiValentin/lunr-languagesA collection of languages stemmers and stopwords for Lunr Javascript library
-
TTS-1 Public
Forked from coqui-ai/TTS🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
Jupyter Notebook Mozilla Public License 2.0 UpdatedMay 7, 2021 -
DNS-Challenge Public
Forked from microsoft/DNS-ChallengeThis repo contains the scripts, models, and required files for the Deep Noise Suppression (DNS) Challenge.
Creative Commons Attribution 4.0 International UpdatedJan 15, 2021 -
Transformer_Relative_Position_PyTorch Public
Forked from evelinehong/Transformer_Relative_Position_PyTorchImplement the paper "Self-Attention with Relative Position Representations"
Python UpdatedJan 8, 2021 -
pytorch-tutorials-examples-and-books Public
Forked from bat67/pytorch-tutorials-examples-and-booksPyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Jupyter Notebook Other UpdatedNov 23, 2020 -
chinese_text_normalization Public
Forked from speechio/chinese_text_normalizationChinese text normalization for speech processing
Python MIT License UpdatedOct 30, 2020 -
melgan-neurips Public
Forked from descriptinc/melgan-neuripsGAN-based Mel-Spectrogram Inversion Network for Text-to-Speech Synthesis
Python MIT License UpdatedAug 29, 2020 -
hello-algorithm Public
Forked from geekxh/hello-algorithm🙈🙉🙊 本项目包括:1、我写的三十万字图解算法题典 2、100 张 IT 相关超清思维导图 3、100 篇大厂面经汇总 4、各语言编程电子书 100 本 5、English version supported !!! 🚀🚀 国人项目上榜首不易,右上角助力一波!干就对了,奥利给 !🚀🚀
-
Python-Wrapper-for-World-Vocoder Public
Forked from JeremyCCHsu/Python-Wrapper-for-World-VocoderA Python wrapper for the high-quality vocoder "World"
Python MIT License UpdatedJun 16, 2020 -
d2l-pytorch Public
Forked from dsgiitr/d2l-pytorchThis project reproduces the book Dive Into Deep Learning (www.d2l.ai), adapting the code from MXNet into PyTorch.
Jupyter Notebook Apache License 2.0 UpdatedJun 7, 2020 -
-
-
bilm-tf Public
This is just a fork of https://github.com/allenai/bilm-tf, make it compatible with tf1.15
Python Apache License 2.0 UpdatedApr 11, 2020 -
CVAE-GAN-zoos-PyTorch-Beginner Public
Forked from YixinChen-AI/CVAE-GAN-zoos-PyTorch-BeginnerFor beginner, this will be the best start for VAEs, GANs, and CVAE-GAN. This contains AE, DAE, VAE, GAN, CGAN, DCGAN, WGAN, WGAN-GP, VAE-GAN, CVAE-GAN. All use PyTorch.
Python UpdatedMar 15, 2020 -
autovc Public
Forked from auspicious3000/autovcAutoVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss
Python MIT License UpdatedMar 2, 2020 -
ncnn Public
Forked from Tencent/ncnnncnn is a high-performance neural network inference framework optimized for the mobile platform
C++ Other UpdatedNov 24, 2019 -
-
blislab Public
Forked from flame/blislabBLISlab: A Sandbox for Optimizing GEMM
C UpdatedAug 6, 2019 -
LAMB_Optimizer_TF Public
Forked from ymcui/LAMB_Optimizer_TFLAMB Optimizer for Large Batch Training (TensorFlow version)
Python Apache License 2.0 UpdatedJul 17, 2019 -
TTS Public
Forked from mozilla/TTSDeep learning for Text to Speech
Python Mozilla Public License 2.0 UpdatedJun 26, 2019 -
NaiveWaveRNN Public
WaveRNN alternative model implementation by Tensorflow