-
Notifications
You must be signed in to change notification settings - Fork 6
/
forums.html
121 lines (105 loc) · 5.75 KB
/
forums.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Kaldi ASR Forums"/>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/kaldi_ico.png"/>
<link rel="stylesheet" type="text/css" href="/style.css"/>
<title>Kaldi ASR Forums</title>
</head>
<body>
<div class="container">
<div id="centeredContainer">
<div id="headerBar">
<div id="headerLeft"> <a href="http://kaldi-asr.org"><image id="logoImage" src="/kaldi_text_and_logo.png"></a> </div>
<div id="headerRight"> <image id="logoImage" src="/kaldi_logo.png"> </div>
<!-- <h2 class="kaldiStyle"> Kaldi </h2> -->
</div>
<hr>
<div id="topBar">
<a class="topButtons" href="/index.html">Home</a>
<a class="topButtons" href="/doc/">Documentation</a>
<a class="myTopButton" href="/forums.html">Help!</a>
<a class="topButtons" href="/models.html">Models</a>
</div>
<hr>
<div id="rightCol">
<div class = "contact_info">
<div class="contactTitle">Contact</div>
<a href=mailto:dpovey@gmail.com> dpovey@gmail.com </a> <br/>
Phone: 425 247 4129 <br/>
(Daniel Povey) <br/>
</div>
</div>
<div id="mainContent">
<div class= "container" >
<p><h3 class="kaldiStyle"> Ways to talk/get help about Kaldi </h3>
<p>
You can sign for (generally reasonably low volume) Developers list
(<a href="https://groups.google.com/forum/#!forum/kaldi-developers">kaldi-developers@googlegroups.com</a>) or
for a help list
(<a href="https://groups.google.com/forum/#!forum/kaldi-help">kaldi-help@googlegroups.com</a>). </p>
<p> We generally strive to keep long discussions off-list, so the traffic in these two groups
is not too huge. </p>
<p> <b>
When subscribing, please enter something into the "Additional information" field (see the screenshot). Writing "Kaldi" there is sufficient.
We will not approve your application without filling it out! This is to avoid spammers.
</b> <br/>
<img src="/apply_to_kaldi.png" width="80%" style="display: block;margin-left: auto; margin-right: auto"></img>
</p>
<br/>
<p> Another way to keep updated about Kaldi development is to create a Github accout,
(or sign in to an existing account), navigate to <a href="https://github.com/kaldi-asr/kaldi">https://github.com/kaldi-asr/kaldi</a>,
and click on the 'eye' icon to 'watch' the project. This will subscribe you to notifications for
pull requests and so on.
</p>
<p> Please don't create Github `issues' if you have an enquiry or
just want help with something-- that's what the kaldi-help list is for. Github `issues'
are for bugs, potential bugs, and feature requests.
</p>
<p> If you want to ask a question on one of the lists, please (a) try Googling it first,
and (b) <em>make it specific</em>. Don't say "I ran the WSJ discriminative training script and it
failed with an error". What exact script did you run, with what arguments? And in what directory
of the Kaldi example scripts? Show us the error message along with preceding output for context.
What is your operating system? What git revision of Kaldi (e.g. the output of "git log -1").
It's better to give too much information than too little. </p>
<p> Please do not post duplicates of your question or ask the same question on a different group;
if we don't respond it's usually because we are asleep or busy. Once we do reply,
before asking any follow-up questions, please ensure that you have read the entire
initial answer, have understood it to the best of your ability, and have tried things
like web searches based on the information in the initial reply. Don't read
first sentence of the reply, get stuck, and immediately ask another question-- we are busy people,
and kaldi-help is not a chat session. If you are inexperienced with computers and you are asking
a lot of questions because of that, we won't have much patience with you-- you should find
someone local to help. </p>
<p> If you are in mainland China and can't access Google Groups directly, please ask <a href=mailto:jtrmal@gmail.com> jtrmal@gmail.com </a> to add you to these lists (specify kaldi-help or kaldi-developers or both). </p>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="900"
height="700">
</iframe>
<script type="text/javascript">
document.getElementById("forum_embed").src =
"https://groups.google.com/forum/embed/?place=forum/kaldi-help" +
"&showsearch=true&showpopout=true&parenturl=" +
encodeURIComponent(window.location.href);
</script>
</div>
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<div style="clear: both"></div>
<div id="footer">
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</div>
</div>
</body>
</html>