Skip to content
Snippets Groups Projects
Select Git revision
  • correlation
  • master default protected
  • 24-non-negative-omp
  • 15-integration-sota
  • 20-coherence-des-arbres-de-predictions
  • 19-add-some-tests
  • 13-visualization
  • 17-adding-new-datasets
  • 12-experiment-pipeline
  • 14-correction-of-multiclass-classif
  • archive/10-gridsearching-of-the-base-forest
  • archive/farah_notation_and_related_work
  • archive/wip_clean_scripts
  • archive/4-implement-omp_forest_classifier
  • archive/5-add-plots-2
  • archive/Leo_Add_first_notebook
16 results

20newsgroups_vectorized

  • Clone with SSH
  • Clone with HTTPS
  • Deps:
    
    - gtk3 for python2 (package is python2-gobject in archlinux, as well as gtk3)
    - get and compile https://github.com/alumae/gst-kaldi-nnet2-online (which requires kaldi)
    
    Install:
    
    ./download-models.sh
    
    copy libgstkaldionline2.so to ./asr/ or change GST_PLUGIN_PATH in main.py to point to its directory
    
    Run:
    
    python2 main.py
    
    Doc:
    
    developing with pygtk3: http://lazka.github.io/pgi-docs/, https://python-gtk-3-tutorial.readthedocs.org/en/latest/
    
    Todo:
    
    - model selection in user interface
    - integrate new xml with actions
    - account for custom acoustic scale and endpoint silence phones
    
    /storage/raid1/homedirs/mickael.rouvier/raid2/kaldi_english/exp/nnet2_online/
    --acoustic-scale=.04166666666666666666
    --endpoint.silence-phones=1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35
    
    - use GtkSourceView to allow editing the xml file directly