Giter VIP home page Giter VIP logo

speech-challenge's Introduction

Speech Challenge

TensorFlow Speech Recognition Challenge Kaggle Competition Page

Models

Usage

python3 train.py \
--data_url= \
--model_architecture=deeeep_cnn \
--how_many_training_steps=30000,30000,180000 \
--learning_rate=0.001,0.0001,0.001 \
--batch_size=500 \
--start_checkpoint=speech_commands_train/deeeep_cnn.ckpt-200000

Training Dataset [https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/download/train.7z]

python3 freeze.py \
--model_architecture=deeeep_cnn \
--start_checkpoint=speech_commands_train/deeeep_cnn.ckpt-240000 \
--output_file=graph.pb
python3 label_wav.py \
--graph=graph.pb \
--labels=speech_commands_train/deeeep_cnn_labels.txt \
--wav_dir=test_dataset

Testing Dataset [https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/download/test.7z]

Result

  • example_conv (77%)
  • cnn_trad_fpool3 (77%)
  • esc_cnn (77%)
  • deep_cnn (79%)
  • deeep_cnn (82%)
  • deeeep_cnn (79%)

speech-challenge's People

Contributors

pw486 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.