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

[hts-users:01431] Re: HTS-2.1RC2


Hi all,

In some environments, HTS-demo_CMU-ARCTIC-ADAPT might not
finish properly.

I found this is due to a bug of HTK (not HTS).
Please modify HTKLib/HAdapt.c as follows.

*** 5158,5161 ****
--- 5158,5168 ----
     else
        nxf->bias = NULL;
+
+    if (xf->vFloor != NULL) {
+       nxf->vFloor = CreateSVector(x,VectorSize(xf->vFloor));
+       CopyVector(xf->vFloor,nxf->vFloor);
+    }
+    else
+       nxf->vFloor = NULL;
nxf->xform = (Matrix *)New(x,(IntVecSize(xf->blockSize)+1) *sizeof(Matrix));
     for (bl=1;bl<=IntVecSize(xf->blockSize);bl++) {


Zen-san would replace the patch for HTS-2.1RC2 shortly.

CSTR
Junichi Yamagishi


On 2008/06/13, at 8:56, Heiga ZEN (Byung Ha CHUN) wrote:

Hi all,

The HTS Working Group would like to release the final release candidate of HTS-2.1,
hts_engine_API-0.99, and their demonstrations.
You can download them from the following URLs:


http://hts.sp.nitech.ac.jp/archives/2.1RC2/README.txt

http://hts.sp.nitech.ac.jp/archives/2.1RC2/ HTS-2.1RC2_for_HTK-3.4.tar.bz2
(md5sum: 1756e83f5a6ee2f5d78f5c9eb7c257ea)

http://hts.sp.nitech.ac.jp/archives/2.1RC2/hts_engine_API-0.99.tar.bz2
(md5sum: 78454db5dff07e49595cb3d72a05e74c)

http://hts.sp.nitech.ac.jp/archives/2.1RC2/HTS-demo_CMU-ARCTIC- ADAPT.tar.bz2
(md5sum: f8c27674a636a978e0d3b85761b7ad50)

http://hts.sp.nitech.ac.jp/archives/2.1RC2/HTS-demo_CMU-ARCTIC- SLT.tar.bz2
(md5sum: 00a6643a8c791eb285f95ed74bb27818)

http://hts.sp.nitech.ac.jp/archives/2.1RC2/HTS-demo_NIT-ATR503- M001.tar.bz2
(md5sum: 2f22dd90ef511a099bd7470c33562541)


New features are as follows:

HTS-2.1RC2:
* Bug fixes
* Released under the New and Simplified BSD license
* Simple documentation
* Add HHEd IT command to impose pre-built trees in clustering
* Mixture-level occupancy threshold in mixing up.

hts_engine_API-0.99:
* Bug fixes
* Released under the New and Simplified BSD license
* Add minor functions

HTS-demo_CMU-ARCTIC-ADAPT
* Support additional MAP adaptation after MLLR adaptation

For details, please refer to ChangeLog and README included in the releases.

This is the final release candidate.
Please report any bugs and problems in this version.
If no fatal bugs are found, we release them as the final stable version of HTS-2.1 on June 27th.


Best 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
------------------------------------------------



--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


Follow-Ups
[hts-users:01433] Re: HTS-2.1RC2, Heiga ZEN (Byung Ha CHUN)
References
[hts-users:01419] HTS-2.1RC2, Heiga ZEN (Byung Ha CHUN)