Hello all, to be able to compile QuickNet version 3.01 with Atlas support, I have changed the configure.in, as seen in the attached patch. The changes are: -...
... Olivier> Hello all, to be able to compile QuickNet version 3.01 Olivier> with Atlas support, I have changed the configure.in, as Olivier> seen in the...
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...
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 ...
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...
... 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...
... 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...
... 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...
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...
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@...
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...
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...
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....
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@...
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> 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...
By the way " ./configure --with-blas=atlas" (rather than "=ptatlas") runs without error. I am interested in building Quicknet with "=ptatlas" since I suppose...
Thanks, David. I sent my second message before I saw your reply. ... the ... for ... v3_02. ... CPPFLAGS ... not ... details. ... are ... hits ... and...
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@...
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?...
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...
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...
... 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...
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...
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> 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...
... 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...