yahcong's Stars
wind-liang/leetcode
leetcode 顺序刷题,详细通俗题解,with JAVA
jinhan/tacotron2-gst
Tacotron2 with Global Style Tokens
jinhan/tacotron2-vae
Implementation of "Learning Latent Representations for Style Control and Transfer in End-to-end Speech Synthesis"
yanggeng1995/vae_tacotron
wiseodd/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
y0ast/VAE-Torch
Implementation of Variational Auto-Encoder in Torch7
KinglittleQ/GST-Tacotron
A PyTorch implementation of Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
keithito/tacotron
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
cnlinxi/style-token_tacotron2
style token with tacotron2
syang1993/gst-tacotron
A tensorflow implementation of the "Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis"
CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
davidsandberg/facenet
Face recognition using Tensorflow
ShusenTang/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
Jungjee/RawNet
Official repository for RawNet, RawNet2, and RawNet3
Cadene/pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
Cocoxili/DCASE2018Task2
Team NUDT code for DCASE2018Task2.
MaybeShewill-CV/CRNN_Tensorflow
Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
bgshih/crnn
Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.
sharathadavanne/sed-crnn
Single and multichannel sound event detection using convolutional recurrent neural networks. DCASE 2017 real-life sound event detection winning method.
Blank-Wang/DCASE2018-Task4
Weakly Supervised CRNN System for Sound Event Detection With Large-scale Unlabeled In-domain Data
mzntaka0/CountNet
Deep Neural Network for Speaker Count Estimation
mzntaka0/crnn.pytorch
Convolutional recurrent network in pytorch
Sierkinhane/CRNN_Chinese_Characters_Rec
(CRNN) Chinese Characters Recognition.
spolezhaev/SpeakerCount
NN to count speakers on audio
aishoot/Concurrent_Speakers_Counter
Estimate the number of concurrent speakers from single channel mixtures to crack the "cocktail-party” problem.
faroit/CountNet
Deep Neural Network for Speaker Count Estimation
valentinandrei/saa_experiments
A set of experiments designed to reproduce selective auditory attention in computers.
SeoSangwoo/Attention-Based-BiLSTM-relation-extraction
Tensorflow Implementation of "Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification" (ACL 2016)