[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01162] Re: the speed of making unseen models


Hi,

Umud wrote (2008/02/09 11:31):

Heiga,you are right.it shouldn't be short.
i used makefile to compile under cygwin. there is the part of my makefile
CC = gcc
CPPFLAGS =
CFLAGS = $(CPPFLAGS) -ansi -D_SVID_SOURCE -DOSS_AUDIO -D'ARCH="i686"' -Wall -Wno-switch -g -O2 -pg LDFLAGS = -L/usr/X11R6/lib
LIBS = -lm
INSTALL = /usr/bin/install -c
i added -pg and -p options and deleted the -O2 options in CFLAGS, also deleted the -O2 options in makefile in HTKTools directory. but gprof gave me the same result. and my HHEd commands are as below ./HHEd.exe -A -B -C /cygdrive/e/hts/configs/t rn.cnf -D -T 1 -p -i -H /cygdrive/e/hts/models/cmp/re_clustered.mmf -w /cygdriv e/e/hts/models/cmp/re_clustered_all.mmf.1mix /cygdrive/e/hts/edfiles/cmp/mku.he
d /cygdrive/e/hts/data/lists/full.list
gprof HHEd.exe gmon.out > result.txt PS: there is only one file in the data/gen directory called 001.lab, and full_all.list file is the same with 001.lab. which part did i wrong?sorry for answered the simple question like this,thank you!

OK, I see, please use much bigger full_all.list.
Otherwise, we cannot see which C function dominates the computational cost in unseen model generation.

Regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
Heiga ZEN     (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)

Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

http://www.sp.nitech.ac.jp/~zen
------------------------------------------------

Follow-Ups
[hts-users:01166] bigger full_all.list was used., Umud
References
[hts-users:01161] 回复: Re: the speed of making unseen models, Umud