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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3 - 32 of 162   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3
Hello all, attached are two patches: 1 simple for adding -Wall to the compilation flags, and one for removing all the warning at the compile time. This is not...
Olivier Bornet
bornoliv
Online Now Send Email
Sep 2, 2004
2:39 pm
4
Hello again, ... I have forget to mention that now, I have "only" two remaining warnings (on Linux): 1. gcc -I. -I.. -g -O2 -Wall -c ../qnfxlib.c ...
Olivier Bornet
bornoliv
Online Now Send Email
Sep 2, 2004
3:14 pm
5
... I'm confused. David, didn't you eliminate intvec and fltvec? Chuck...
Chuck Wooters
wooters_icsi
Offline Send Email
Sep 2, 2004
3:35 pm
6
Hello all, ... Thanks to google and some guys at IDIAP, I have found the origin of the problem. A good thread talking about this and explaining the possible ...
Olivier Bornet
bornoliv
Online Now Send Email
Sep 6, 2004
10:02 am
7
Hello all, attached patch add the support for large pfile (bigger than 2GB). This mainly consist by using fseeko/ftello instead of fseek/ftell, and using off_t...
Olivier Bornet
bornoliv
Online Now Send Email
Sep 7, 2004
9:31 am
8
... Chuck> I'm confused. David, didn't you eliminate intvec and Chuck> fltvec? I removed the dependency on the intvec and fltvec libraries. However, some of...
David Johnson
st0nka
Offline Send Email
Sep 7, 2004
4:28 pm
9
... Olivier> Hello all, On Thu, Sep 02, 2004 at 05:14:10PM +0200, ... Olivier> Thanks to google and some guys at IDIAP, I have found the Olivier> origin of the...
David Johnson
st0nka
Offline Send Email
Sep 7, 2004
10:46 pm
10
... Olivier> Hello again, ... Olivier> I have forget to mention that now, I have "only" two Olivier> remaining warnings (on Linux): Olivier> 1. gcc -I. -I.. -g...
David Johnson
st0nka
Offline Send Email
Sep 8, 2004
1:21 am
11
Version v3_02 of the QuickNet MLP training program and libraries has been released, tagged in the CVS archive and installed in /u/drspeech/ at ICSI. This...
David Johnson
st0nka
Offline Send Email
Sep 15, 2004
9:49 pm
12
Dave (and anyone else with insight) -- I just compiled ATLAS (v 3.7.8) and quicknet, and I was interested in using the parallel threaded libraries since I've...
Eric Fosler-Lussier
fosler@...
Send Email
Sep 20, 2004
2:46 pm
13
... Eric> Dave (and anyone else with insight) -- I just compiled ATLAS Eric> (v 3.7.8) and quicknet, and I was interested in using the Eric> parallel threaded...
David Johnson
st0nka
Offline Send Email
Oct 2, 2004
1:03 am
14
Hi all, I'm wondering about the way QuickNet is initializing its weight and ... init_ramdom_bias_min = -4.1 init_ramdom_bias_max = -3.9 init_random_weight_min...
anoregyah
Offline Send Email
Oct 31, 2004
3:55 pm
15
Here is a note from Morgan on this subject: The bias acts like the priors (log priors, actually) for a unit, and at the output the priors would be 1/#units....
Chuck Wooters
wooters_icsi
Offline Send Email
Oct 31, 2004
9:27 pm
16
Hi, It's clearer now, So given a bias in the interval [-4.1 -3.9] we imply that the default value for #outputs is 1/exp(-4.0) = 55. That's fine But how does...
Cuong Huy To
cuong.to@...
Send Email
Nov 2, 2004
7:08 pm
17
I built ATLAS 3.6.0 from source, with threaded libraries, for Pentium 4 with SSE2. I tried to build Quicknet with the following commands: tar xvfz...
dave_gelbart
Offline Send Email
Nov 11, 2004
4:32 pm
18
... dave> I built ATLAS 3.6.0 from source, with threaded libraries, dave> for Pentium 4 with SSE2. I tried to build Quicknet with the dave> following...
David Johnson
st0nka
Offline Send Email
Nov 11, 2004
4:49 pm
19
By the way " ./configure --with-blas=atlas" (rather than "=ptatlas") runs without error. I am interested in building Quicknet with "=ptatlas" since I suppose...
dave_gelbart
Offline Send Email
Nov 11, 2004
4:50 pm
20
Thanks, David. I sent my second message before I saw your reply. ... the ... for ... v3_02. ... CPPFLAGS ... not ... details. ... are ... hits ... and...
dave_gelbart
Offline Send Email
Nov 11, 2004
4:51 pm
21
I'll say that having grabbed the CVS version that the hyperthreading is working very nicely, BTW. Thanks muchly, guys! Looking forward to v3_03, -Eric...
Eric Fosler-Lussier
fosler@...
Send Email
Nov 11, 2004
5:54 pm
22
If the rtst library is installed in a nonstandard place, how should I tell Quicknet's configure script where to find it?...
dave_gelbart
Offline Send Email
Nov 11, 2004
8:58 pm
23
Version v3_03 of the QuickNet MLP training program and libraries has been released, tagged in the CVS archive and installed in /u/drspeech/ at ICSI. This...
David Johnson
st0nka
Offline Send Email
Nov 11, 2004
11:27 pm
24
Version 0.2 of the feacat package has been released, tagged in the CVS archive and installed in /u/drspeech/ at ICSI. feacat includes several versatile...
David Johnson
st0nka
Offline Send Email
Nov 11, 2004
11:47 pm
25
... dave> If the rtst library is installed in a nonstandard place, how dave> should I tell Quicknet's configure script where to find it? Quicknet v3_03 has a...
David Johnson
st0nka
Offline Send Email
Nov 12, 2004
12:36 am
26
I just tried to build SPRACHcore and I ran into some problems (error messages). So I tried to build pfile_utils which is all I need at the moment and I still...
dave_gelbart
Offline Send Email
Nov 12, 2004
9:33 pm
27
Would it be wise for me to try building the pfile_utils code (from SPRACHcore) with Quicknet3 (which builds fine on the system I am using) rather than the...
dave_gelbart
Offline Send Email
Nov 12, 2004
9:37 pm
28
I am having a problem building the new feacat-0.2. I run the following commands: tar xvfz feacat-0.2.tar.gz cd feacat-0.2/ ./configure...
dave_gelbart
Offline Send Email
Nov 12, 2004
10:30 pm
29
... dave> Would it be wise for me to try building the pfile_utils code dave> (from SPRACHcore) with Quicknet3 (which builds fine on the dave> system I am...
David Johnson
st0nka
Offline Send Email
Nov 14, 2004
3:45 am
30
... dave> I am having a problem building the new feacat-0.2. I run dave> the following commands: Check the configure output - for some reason it's not finding...
David Johnson
st0nka
Offline Send Email
Nov 14, 2004
3:47 am
31
In configure.in I see this: if test -f ${qn_dir}/pkgconfig/rtst.pc; then QN_DFLT_PC=${qn_dir}/pkgconfig elif test -f ${qn_dir}/rtst.pc; then ...
David Gelbart
dave_gelbart
Offline Send Email
Nov 14, 2004
7:38 am
32
Since I haven't been able resolve the problems in building from source that I am having on this Suse Linux machine, I tried copying over binary executables...
David Gelbart
dave_gelbart
Offline Send Email
Nov 14, 2004
8:15 am
Messages 3 - 32 of 162   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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