Search the web
Sign In
New User? Sign Up
icsi-speech-tools
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 132 - 161 of 162   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
161
Dear Adam, When I use qnstrn to get TRAP feature, it prints "(QN_InFtrStream_RandWindow.ftr1_file): WARNING - Segment 2292 has only 90 frames, which is too...
qingqing.zhang
Offline Send Email
Nov 14, 2008
2:22 am
160
Until now, PLP_MLP feature increased the performance accuracy of Mandarin CTS in our experiment. Now we want to try TRAPs into our system. If I use qnstrn to...
qingqing.zhang
Offline Send Email
Nov 13, 2008
9:58 am
159
... I haven't run Mandarin CTS myself, so maybe somebody else on the list can answer in more detail, but for English, high 60s for frame ACCURACY (not error)...
Adam Janin
ajanin
Offline Send Email
Nov 3, 2008
7:23 pm
158
From your message, I assume you're using the MLP outputs as features to a GMM (so-called "tandem") rather than using the posteriors directly (so-called...
Adam Janin
ajanin
Offline Send Email
Nov 3, 2008
7:21 pm
157
There is another problem: When we use MLP feature on Mandarin CTS, the Frame Error Rate of training data was up to 60% after NN training. Does this a little ...
qingqing.zhang
Offline Send Email
Nov 3, 2008
7:37 am
156
Dear Adam, I am so sorry that I did not explain the problem clearly. Actually, we found that MLP has the much larger dynamic range than PLP has (In the log...
qingqing.zhang
Offline Send Email
Nov 3, 2008
3:26 am
155
... I'm not sure I understand. If you're using softmax as the output layer of the MLP, then all the values should be between 0.0 and 1.0. If you're not using...
Adam Janin
ajanin
Offline Send Email
Oct 30, 2008
4:58 pm
154
When I use MLP as my HMM features, the POSITIVE posteriori probabilities always occurred. The POSITIVE posteriori probabilities will break the decoding rule...
qingqing.zhang
Offline Send Email
Oct 30, 2008
7:26 am
153
... Does your CV set start at segment 4802 by any chance? If so, that's what causes the message -- when the CV run starts, it seeks to the start of the CV run....
Adam Janin
ajanin
Offline Send Email
Sep 30, 2008
5:37 pm
152
... If you're computing normalization online and then try to seek to the middle of a feature stream, it has to back up to the start and read all the...
Adam Janin
ajanin
Offline Send Email
Sep 30, 2008
5:23 pm
151
When I run qnstrn with online CMS, it prints "./qnstrn(QN_InFtrStream_OnlNorm.ftr1_file): WARNING - slow seek to mid-seg (seg/fr 4802/81) with online norm" ...
qingqing.zhang
Offline Send Email
Sep 30, 2008
7:00 am
150
... I haven't looked at this stuff in some time, but dpwelib should have been included. You can also get it individually from: ...
Adam Janin
ajanin
Offline Send Email
Sep 24, 2008
4:22 pm
149
When I executed ./labels2pfile, it printed "can't find package Dpwe_Utilfns while executing "package require Dpwe_Utilfns" (file "./labels2pfile" line 16)" Did...
qingqing.zhang
Offline Send Email
Sep 24, 2008
4:29 am
148
Hi, This week, we are planning to make noway version 2.9.3 available at ftp://ftp.icsi.berkeley.edu/pub/real/davidj/. The only change compared to version 2.9.2...
David Gelbart
zizazze
Offline Send Email
May 13, 2008
11:56 pm
147
Hi, Within a week or so, we are planning to make pfile_utils version 0.51 available at ftp://ftp.icsi.berkeley.edu/pub/real/davidj/. The planned changes...
David Gelbart
zizazze
Offline Send Email
May 8, 2008
6:56 pm
146
(This is another question & answer copied from ICSI's new internal FAQ.) How should the input be randomized when training? This article in the old speech FAQ...
David
zizazze
Offline Send Email
Dec 4, 2007
9:06 pm
145
(This is another question & answer copied from ICSI's new internal FAQ.) Where can I find examples of how to do Quicknet MLP-based ASR? There is an example as...
David
zizazze
Offline Send Email
Dec 4, 2007
9:00 pm
144
(This is another question & answer copied from ICSI's new internal FAQ.) What feature normalization should be used? It's generally recommended to always use...
David
zizazze
Offline Send Email
Dec 4, 2007
8:56 pm
143
(This is another question & answer copied from ICSI's new internal FAQ.) What is the difference between ftr1_window_len and window_extent? On Mar 30, 2006, at...
David
zizazze
Offline Send Email
Dec 4, 2007
8:53 pm
142
(This is a question & answer from the ICSI's new internal FAQ. Since it's on a Wiki which is not accessible without a password, I decided to post it here for...
David
zizazze
Offline Send Email
Dec 4, 2007
8:50 pm
141
... Petr> Hi all, IN SHORT: mlp_bunch_size > 256 does not train Petr> properly Petr> I have been using for years qnstrn/qnmultitrn with a bunch Petr> size of...
David Johnson
st0nka
Offline Send Email
Nov 14, 2007
6:03 am
140
Hi all, IN SHORT: mlp_bunch_size > 256 does not train properly I have been using for years qnstrn/qnmultitrn with a bunch size of 256, which trains much faster...
Petr Fousek
p.fousek
Offline Send Email
Nov 8, 2007
10:23 am
139
Ooops, I attached an old version of the c code. I uploaded the right version in the "Files" section. Petr....
Petr Fousek
p.fousek
Offline Send Email
Oct 25, 2007
9:13 am
138
Hi Eric, ... Arlo already proposed a good solution. I cooperate with Brno guys on the new shiny Bottle-Neck features :) (hopefully more in ICASSP'08 paper) and...
Petr Fousek
p.fousek
Offline Send Email
Oct 25, 2007
8:56 am
137
... Yes, that's the idea in principle. In practice, I actually somewhat over-sample the more frequent classes for performance reasons. ... I randomly sample...
Arlo Faria
arlo@...
Send Email
Oct 25, 2007
2:08 am
136
... Yeah, that's similar to the kind of thing that Jun Hou and Larry Rabiner were seeing in their TDNN trainings, if I interpret what you're saying to mean...
Eric Fosler-Lussier
jefosler
Offline Send Email
Oct 25, 2007
1:43 am
135
... Arlo> Rejecting frames is no joke! We've recently found that it's Arlo> a great way to speed up training if you reject them in such Arlo> a way as to leave...
David Johnson
st0nka
Offline Send Email
Oct 25, 2007
1:33 am
134
... Eric> Or, does someone have some code to munge the weight files Eric> for me? ... Eric> aha. I still have old rap3 weights (from qnstrn) so I can Eric>...
David Johnson
st0nka
Offline Send Email
Oct 25, 2007
1:29 am
133
... Rejecting frames is no joke! We've recently found that it's a great way to speed up training if you reject them in such a way as to leave a subset of data...
Arlo Faria
arlo@...
Send Email
Oct 25, 2007
1:27 am
132
... Wow! That ain't rocket science! Thanks for the tip. ... Very cool, looking forward to it. -Eric...
Eric Fosler-Lussier
jefosler
Offline Send Email
Oct 25, 2007
1:25 am
Messages 132 - 161 of 162   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help