Code Monkey home page Code Monkey logo

honk2's Introduction

honk2

dataset

GoogleSpeechCommandsDataset

HeySnipsDataset

https://github.com/snipsco/keyword-spotting-research-datasets

tensorboard

tensorboard --logdir=<log dir>

Performance Summary

ResNet

res8

  • train acc: 0.9447739768695322
  • dev acc: 0.9431462125379703
  • test acc: 0.9365293720459149

res15

  • train acc: 0.9701254028872457
  • dev acc: 0.9686191968236504
  • test acc: 0.9615124915597569

res26

  • train acc: 0.9627312369654126
  • dev acc: 0.9620655839651749
  • test acc: 0.9540850776502363

Res-narrow

res8-narrow

  • train acc: 0.9113783483654289
  • dev acc: 0.9102585567700734
  • test acc: 0.9140220571685798

res15-narrow

  • train acc: 0.9530619430676309
  • dev acc: 0.9516132890047597
  • test acc: 0.9450821516993023

res26-narrow

  • train acc: 0.9429863763170012
  • dev acc: 0.9415197684709034
  • test acc: 0.9419311276164753

CNN

cnn-trad-pool2

  • train acc: 0.8374908588608109
  • dev acc: 0.8369011456863354
  • test acc: 0.8505514292144947

cnn-trad-fpool3

  • train acc: 0.9124617426396902
  • dev acc: 0.9103810076394933
  • test acc: 0.8936170212765957

cnn-one-fpool3

  • train acc: 0.829446656374421
  • dev acc: 0.8299245720916739
  • test acc: 0.8279459901800328

cnn-one-fstride4

  • train acc: 0.7669077218926897
  • dev acc: 0.7701624601102408
  • test acc: 0.7700490998363339

cnn-one-fstride8

  • train acc: 0.5886351940629994
  • dev acc: 0.5926651194275215
  • test acc: 0.6121112929623568

cnn-tstride2

  • train acc: 0.8917959968581566
  • dev acc: 0.8924910550236921
  • test acc: 0.8056464811783961

cnn-tstride4

  • train acc: 0.8786056715690258
  • dev acc: 0.8808142346001354
  • test acc: 0.8966857610474632

cnn-tstride8

  • train acc: 0.8433953576555347
  • dev acc: 0.8475485929794023
  • test acc: 0.877454991816694

cnn-tpool2

  • train acc: 0.9132472034885296
  • dev acc: 0.9126776907455758
  • test acc: 0.9065057283142389

cnn-tpool3

  • train acc: 0.9036320793044609
  • dev acc: 0.9034184314863166
  • test acc: 0.9095744680851063

honk2's People

Contributors

ljj7975 avatar daemon avatar

Stargazers

Aman Gaurav avatar  avatar Faris Alasmary avatar K.Kuai Jin avatar

Watchers

James Cloos avatar  avatar  avatar

honk2's Issues

reset metrics before evaluation

When one training epoch is done, metrics should be reset before perform evaluation, or it would cause incorrect accumulate result.
is it a bug or is there something I missed?

Report micro/macro-level metrics

let C_i be the number of correct examples in the i-th class
let T_i be the total number of examples in the i-th class

macro : (C_1 / T_1, C_2/ T_2, ...)
micro : (C_1 + C_2 + ...) / (T_1 + T_2 + ...)

Update README.md

README.md should include

  • how to train

  • how to test

  • list of supported model

  • list of supported datasets

  • how to adjust config

Correct model implementation

Currently, training a model does not guarantee high accuracy.
Confirm the model architecture and make sure the same accuracy is achieved

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.