Coder Social home page Coder Social logo

vimalmanohar / old-kaldi-git Goto Github PK

View Code? Open in Web Editor NEW
33.0 6.0 34.0 74.17 MB

This is not the official kaldi repository. It is better to fork https://github.com/kaldi-asr/kaldi or https://github.com/vimalmanohar/kaldi instead.

License: Other

Shell 31.94% Perl 8.20% Python 2.15% HTML 0.56% Protocol Buffer 0.03% Awk 0.01% Makefile 0.33% TeX 2.71% MATLAB 0.06% C++ 53.05% C 0.20% Cuda 0.58% Java 0.17%

old-kaldi-git's Introduction

*README*

To build the toolkit: see ./INSTALL.  These instructions are valid for UNIX
systems including various flavors of Linux; Darwin; and Cygwin (has not been
tested on more "exotic" varieties of UNIX).  For Windows installation
instructions (excluding Cygwin), see windows/INSTALL.

To run the example system builds, see egs/README.txt

If you encounter problems (and you probably will), please do not hesitate to
contact the developers at https://groups.google.com/forum/#!forum/kaldi-help.
In addition to specific questions, please let us know if there are specific
aspects of the project that you feel could be improved, that you find confusing,
etc., and which missing features you most wish it had.

** Kaldi information channels **
For HOT news about Kaldi see: http://kaldi-asr.org/

Documentation of Kaldi: http://kaldi-asr.org/doc/
- info about the project, description of techniques, tutorial for C++ coding
- Doxygen reference of the C++ code

Kaldi forum, mailing-lists: http://kaldi-asr.org/forums.html 
- User list : https://groups.google.com/forum/#!forum/kaldi-help ([email protected]).
- Developer list : https://groups.google.com/forum/#!forum/kaldi-developers ([email protected])
- also try luck and search in SourceForge archives: https://sourceforge.net/p/kaldi/discussion/

Development pattern for contributors:
A) create a personal fork of the kaldi-asr/kaldi repository in github,
B) make your changes in a named branch different from "master", e.g. you create
   a branch "my-awesome-feature". 
C) generate a pull request through the web interface of github
D) as a general rule, please follow Google C++ Style Guide. There are a few 
   exceptions in Kaldi -- please consult http://kaldi-asr.org/doc/style.html
   You can use the Google's cpplint.py to verify that your code is free
   of some basic mistakes. 

old-kaldi-git's People

Contributors

alumae avatar arnab4 avatar bbabaali avatar bouliagi avatar chenguoguo avatar cweng6 avatar danpovey avatar david-ryan-snyder avatar dogancan avatar govivace avatar hainan-xv avatar jtrmal avatar karelvesely84 avatar mhanneman avatar minhua722 avatar motlicek avatar ndjaitly avatar noisychannel avatar nshmyrev avatar oplatek avatar pegahgh avatar pswietojanski avatar rickychanhoyin avatar shiweipku avatar sikoried avatar vdp avatar vijayaditya avatar vimalmanohar avatar xiaohui-zhang avatar yajiemiao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

old-kaldi-git's Issues

is there a version with easy installation of tools?

In folder src:

./configure

**configure failed: Could not find file /include/fst/fst.h:
you may not have installed OpenFst. See ../tools/INSTALL *
*

To repeat this error :

  1. clone this project
  2. go to folder tools and make
  3. go to folder and ./configure

nnet train tool for BLSTM

Should the "nnet-train-blstm-streams" be included as a train-tool in local/run_blstm.sh ? Because we face error with nnet-train-lstm-streams tool

diarization with PLDA

I am trying to adopt your diarization recipe from asr-diarization branch
kaldi-git/egs/aspire/s5/local/run_diarization.sh

Just curious is there some specific reason PLDA and automatic number of speakers detection was not used?
The code says about speaker-diarization_v2 to be used with that, but not sure if there is a corresponding binary.

segmentation fault in rnnlm-hs

Hello!!

I am testing with rnnlm-hs, and encountered a segmentation fault.
Here's the error message, which I get from using gdb.

Alpha: 0.100000 ME-alpha: 0.100000 Progress: 99.94% Words/thread/sec: 2.58k
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffa5ffb700 (LWP 17818)]
TrainModelThread (id=) at rnnlm.c:495
495 l2 = vocab[word].point[d] * layer1_size;

My data is maybe somewhat large, (It was successfully done when I used smaller sized data)

Vocab size: 52722
Words in train file: 285559160

And here's my setting for the test.

./rnnlm -train data/train -valid data/valid -hidden 300 -bptt 6 -threads 20 -alpha 0.1 -maxent-order 5 -maxent-size 1000 -rnnlm ./model.rnnlm -debug 2

The following is the constant settings in the code (rnnlm.c)

define MAX_STRING 1024

define MAX_SENTENCE_LENGTH 10000

define MAX_CODE_LENGTH 40

How could I avoid or debug this error?
Please help if anybody could.

Thank you very much.

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.