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

[hts-users:00167] Re: HTS demo perl script on Cygwin


Hi,

It is possible to use HTS in Cygwin in general.
There are however some Windows-related problems with
large databases. We have build some HTS voices on a windows
machine, but we haven't tried AWB's.

If I guess correctly, your script crashed when the system's total
memory requirements exceeded the magical 2GB barrier.
(In some professional versions of Windows, the max memory size
may be greater.)

regards,
  Nicholas

> Please ignore my previous message. I regenerated full_awb.list and run the
> perl script again. this time I seem to have moved one step further, but
> still failed miserably. Has anyone had run the script successfully under
> Cygwin?
>
>  Please see the output below.
> ------------------------------------------------------------------------------
>
> Iteration 1 of Embedded Re-estimation
> /c/tools/hts/bin/HERest -A -B -C
> /c/tools/hts/HTS-demo/configs/default.conf
> -D -
> T 1 -m 1 -u tmvw -t 1.0e+20 -w 3 -H
> /c/tools/hts/HTS-demo/hmms/cmu_us_arctic/awb
> /cmp/fullcontext_cmp.mmf -I
> /c/corpora/HTS-demo_CMU-ARCTIC-AWB/labels/full_awb.m
> lf -M /c/tools/hts/HTS-demo/hmms/cmu_us_arctic/awb/cmp -S
> /c/corpora/HTS-demo_CM
> U-ARCTIC-AWB/lists/data_cmu_us_arctic_awb.scp
> /c/corpora/HTS-demo_CMU-ARCTIC-AWB
> /lists/full_awb.list
>
> HTK Configuration Parameters[5]
>   Module/Tool     Parameter                  Value
> #                 NATURALWRITEORDER              TRUE
> #                 NATURALREADORDER              TRUE
> #                 DVFLOORSCALE            0.010000
> #                 APPLYVFLOOR                 TRUE
> #                 TREEMERGE                  FALSE
>
> HERest  Updating: Transitions Means Variances MixWeights
>
>  System is PLAIN
> 40539 Logical/40539 Physical Models Loaded, VecSize=78
> 1 MMF input files
> =================================================Realtime 0: 0.48
> =================================================Error in this command :
> /c/tools/hts/bin/HERest -A -B -C
> /c/tools/hts/HTS-demo/c
> onfigs/default.conf -D -T 1 -m 1 -u tmvw -t 1.0e+20 -w 3 -H
> /c/tools/hts/HTS-dem
> o/hmms/cmu_us_arctic/awb/cmp/fullcontext_cmp.mmf -I
> /c/corpora/HTS-demo_CMU-ARCT
> IC-AWB/labels/full_awb.mlf -M
> /c/tools/hts/HTS-demo/hmms/cmu_us_arctic/awb/cmp -
> S /c/corpora/HTS-demo_CMU-ARCTIC-AWB/lists/data_cmu_us_arctic_awb.scp
> /c/corpor
> a/HTS-demo_CMU-ARCTIC-AWB/lists/full_awb.list
> -------------------------------------------------------------------------------------
>
> I tried to debug HERest with GDB. Please see GDB output below:
> ------------------------------------------------------------------------------------------
> Program received signal SIGSEGV, Segmentation fault.
> 0x610c4914 in memcpy () from /usr/bin/cygwin1.dll
> (gdb) where
> #0  0x610c4914 in memcpy () from /usr/bin/cygwin1.dll
> #1  0x6100275e in toascii () from /usr/bin/cygwin1.dll
> #2  0x61050c8e in lsearch () from /usr/bin/cygwin1.dll
> #3  0x610516e4 in lsearch () from /usr/bin/cygwin1.dll
> #4  0x61051f79 in lsearch () from /usr/bin/cygwin1.dll
> #5  0x610ab36c in setstate () from /usr/bin/cygwin1.dll
> #6  0x6104ed0a in lsearch () from /usr/bin/cygwin1.dll
> #7  0x610844ff in cygwin1!aclcheck () from /usr/bin/cygwin1.dll
> #8  0x00405dee in New (x=0x4674c8, size=256) at HMem.c:414
> #9  0x004069aa in CreateMatrix (x=0x4674c8, nrows=7, ncols=7) at
> HMem.c:755
> #10 0x0042b1f7 in CreateTrAcc (x=0x4674c8, numStates=7) at HFB.c:216
> #11 0x0042b33b in AttachWtTrAccs (hset=0x23ea08, x=0x4674c8) at HFB.c:249
> #12 0x0042b68f in InitialiseForBack (fbInfo=0x5cc4b8, x=0x4674c8,
>     hset=0x23ea08, rt=0x0, uset=15, pruneInit=1.0000000200408773e+20,
>     pruneInc=0, pruneLim=1.0000000200408773e+20, minFrwdP=1.00000002e+20)
>     at HFB.c:301
> #13 0x00402c89 in Initialise (fbInfo=0x5cc4b8, x=0x4674c8, hset=0x23ea08,
>     hmmListFn=0x23ef03
> "/c/corpora/HTS-demo_CMU-ARCTIC-AWB/lists/full_awb.list") at HERest.c:542
> #14 0x00402662 in main (argc=25, argv=0x5b1e20) at HERest.c:434
> ---------------------------------------------------------------------------------------------
>
> Thank you very much!
> Andre
>



References
[hts-users:00166] HTS demo perl script on Cygwin, Andre Jia