All Projects → AppleHolic → Pytorchsr

AppleHolic / Pytorchsr

Licence: mit
Pytorch based phoneme recognition (TIMIT phoneme classification)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorchsr

Paper collection
Academic papers related to fuzzing, binary analysis, and exploit dev, which I want to read or have already read
Stars: ✭ 710 (+3280.95%)
Mutual labels:  paper
Nsga Ii
an implementation of NSGA-II in java
Stars: ✭ 18 (-14.29%)
Mutual labels:  paper
Transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Stars: ✭ 8,481 (+40285.71%)
Mutual labels:  paper
Awesome Face
😎 face releated algorithm, dataset and paper
Stars: ✭ 739 (+3419.05%)
Mutual labels:  paper
Rticles
LaTeX Journal Article Templates for R Markdown
Stars: ✭ 895 (+4161.9%)
Mutual labels:  paper
Deep Embedded Memory Networks
https://arxiv.org/abs/1707.00836
Stars: ✭ 19 (-9.52%)
Mutual labels:  paper
Large Scale Curiosity
Code for the paper "Large-Scale Study of Curiosity-Driven Learning"
Stars: ✭ 703 (+3247.62%)
Mutual labels:  paper
Papercrawler
Crawler used to crawl papers
Stars: ✭ 20 (-4.76%)
Mutual labels:  paper
Esfnet Pytorch
ESFNet-Pytorch
Stars: ✭ 18 (-14.29%)
Mutual labels:  paper
Supervised Reptile
Code for the paper "On First-Order Meta-Learning Algorithms"
Stars: ✭ 844 (+3919.05%)
Mutual labels:  paper
Awesome Distributed Systems
A curated list to learn about distributed systems
Stars: ✭ 7,263 (+34485.71%)
Mutual labels:  paper
Splatter Paper
Data and analysis for the Splatter paper
Stars: ✭ 17 (-19.05%)
Mutual labels:  paper
Roadmap nlp
Roadmap for NLP 涵盖NLP的理论知识、应用场景和工程实践等
Stars: ✭ 25 (+19.05%)
Mutual labels:  paper
Cv Arxiv Daily
分享计算机视觉每天的arXiv文章
Stars: ✭ 714 (+3300%)
Mutual labels:  paper
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+3923.81%)
Mutual labels:  paper
Random Network Distillation
Code for the paper "Exploration by Random Network Distillation"
Stars: ✭ 708 (+3271.43%)
Mutual labels:  paper
Computer Vision Action
computer vision learning, include python machine learning action; computer vision based on deep learning ;coursera deeplearning.ai and other cv learning materials collect ...
Stars: ✭ 19 (-9.52%)
Mutual labels:  paper
Papers
Conference Papers and Appendicies (USENIX Security, BlackHat, HITBSecConf, and BeVX)
Stars: ✭ 19 (-9.52%)
Mutual labels:  paper
Wgan Lp Tensorflow
Reproduction code for WGAN-LP
Stars: ✭ 13 (-38.1%)
Mutual labels:  paper
Deepmri
The code for paper 'DeepcomplexMRI: Exploiting deep residual network for fast parallel MR imaging with complex convolution'
Stars: ✭ 25 (+19.05%)
Mutual labels:  paper

Implementation Speech Recognition Papers

license

Authors

  1. appleholic ([email protected])

Implementations

sources

  1. Completed to code training template.
  2. TODOS:
    • evaluate
    • more papers

References

  • phoneme classification
  1. Prenet + CBHG in paper:
  2. Revising GRU :

Setup and Run

Environment

  • python 3.6
  • pytorch 0.3.1
  • hyperparameters with yaml (in hparams folder)

Setup

$ pip install -r requirements.txt

Command

$ python run.py train --model cbhg

Purposes:

  1. Study Speech Recognition Systems
  2. Well define source code structure in using pytorch
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].