Skip to content

Commit

Permalink
doc update for 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeAkinobu committed Sep 7, 2016
1 parent 6cde852 commit 71c23fb
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 9 deletions.
10 changes: 10 additions & 0 deletions 00readme-DNN.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ To prepare a model for DNN-HMM, note that the orders are important.
The order of the output nodes in the DNN should be the order of HMM The order of the output nodes in the DNN should be the order of HMM
state definition id. If not, Julius won't work properly. state definition id. If not, Julius won't work properly.


Julius uses SIMD instruction for internal DNN computation. For Intel
CPU, dispatch function for several Intel SIMD instruction sets (SSE,
AVX and FMA) are implemented. You need gcc-4.7 or later to compile all
the codes. They are all compiled and built-in into Julius, and will
be determined which one to use at run time. Run "julius -setting" and
see which code will be used on your cpu. AVX can be run on Sandy
Bridge, and FMA on Haswell, later one will run faster. And for ARM
architecture, you can enable NEON SIMD codes by adding "--enable-neon"
to configure.



A.2. Modular mode A.2. Modular mode
===================== =====================
Expand Down
11 changes: 7 additions & 4 deletions 00readme-ja.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


Julius Julius


(Rev 4.4.1 2016/09/07)
(Rev 4.4 2016/08/30) (Rev 4.4 2016/08/30)
(Rev 4.3.1 2014/01/15) (Rev 4.3.1 2014/01/15)
(Rev 4.3 2013/12/25) (Rev 4.3 2013/12/25)
Expand Down Expand Up @@ -55,8 +56,8 @@ Julius
http://julius.osdn.jp/ http://julius.osdn.jp/




Julius-4.4 Julius-4.4/4.4.1
=========== =================


�o�[�W���� 4.4 �ł� DNN-HMM �d�l���� DNN �v�Z��g�ݍ��݁A�P�̂� �o�[�W���� 4.4 �ł� DNN-HMM �d�l���� DNN �v�Z��g�ݍ��݁A�P�̂�
DNN-HMM��p�����I�����C�������F�����s����悤�ɂȂ�܂����B DNN-HMM��p�����I�����C�������F�����s����悤�ɂȂ�܂����B
Expand All @@ -74,9 +75,11 @@ DNN-HMM
�S�ẴI�v�V�������o�͂��邱�Ƃ��ł��܂��D�܂��C"julius --help" �� �S�ẴI�v�V�������o�͂��邱�Ƃ��ł��܂��D�܂��C"julius --help" ��
���s���邱�ƂŎ��s���I�v�V�����̑S���X�g���o�͂���܂��B ���s���邱�ƂŎ��s���I�v�V�����̑S���X�g���o�͂���܂��B


4.4.1 �� 4.4 �̃o�O�C���o�[�W�����ł��B�����̃o�O���C�����܂����B



Julius-4.4�̃t�@�C���̍\�� Julius-4.4.1�̃t�@�C���̍\��
=========================== =============================


00readme-ja.txt �ŏ��ɓǂޕ����i���̃t�@�C���j 00readme-ja.txt �ŏ��ɓǂޕ����i���̃t�@�C���j
LICENSE.txt ���C�Z���X���� LICENSE.txt ���C�Z���X����
Expand Down
11 changes: 7 additions & 4 deletions 00readme.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


Julius Julius


(Rev 4.4.1 2016/09/07)
(Rev 4.4 2016/08/30) (Rev 4.4 2016/08/30)
(Rev 4.3.1 2014/01/15) (Rev 4.3.1 2014/01/15)
(Rev 4.3 2013/12/25) (Rev 4.3 2013/12/25)
Expand Down Expand Up @@ -52,8 +53,8 @@ on Windows (SAPI/console). Julius is distributed with open license
together with source codes. together with source codes.




What's new in Julius-4.4 What's new in Julius-4.4/4.4.1
========================= ===============================


Julius is now hosted on GitHub: Julius is now hosted on GitHub:
https://github.com/julius-speech/julius https://github.com/julius-speech/julius
Expand All @@ -68,13 +69,15 @@ Other features include:
- update support for VS2013 - update support for VS2013
- Bug fixes - Bug fixes


4.4.1 is a bug fix release.

See "Release.txt" for full list of updates. See "Release.txt" for full list of updates.
Run "configure --help=recursive" to see all configure options. Run "configure --help=recursive" to see all configure options.
Run compiled Julius with "-help" to see the full list of available options. Run compiled Julius with "-help" to see the full list of available options.




Contents of Julius-4.4 Contents of Julius-4.4.1
======================= =========================


(Documents with suffix "ja" are written in Japanese) (Documents with suffix "ja" are written in Japanese)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The main developer / maintainer is Akinobu Lee (ri@nitech.ac.jp).


# Download Julius # Download Julius


The latest release version is [4.4](https://github.com/julius-speech/julius/releases), released on August 30, 2016. The latest release version is [4.4.1](https://github.com/julius-speech/julius/releases), released on September 7, 2016.
You can get the released package from the [Release page](https://github.com/julius-speech/julius/releases). You can get the released package from the [Release page](https://github.com/julius-speech/julius/releases).


Version 4.4 supports stand-alone DNN-HMM support, and several new Version 4.4 supports stand-alone DNN-HMM support, and several new
Expand Down
11 changes: 11 additions & 0 deletions Release-ja.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,14 @@
4.4.1 (2016.09.07)
===================
- DNNのSIMD計算の高速化と安定化:SSE命令、FMA命令、ARMのNEON命令を実装
- DNN使用時にCPUを自動チェックして最適なSIMDコードを選択使用するよう拡張
- VisualStudio2013でのコンパイル用に PortAudio zlib のソースを同梱
- mkbinhmmlistで作ったバイナリHMMListが正しく読めないことがあるバグを修正
- adintool-gui コンパイル時のSDL周りが動かないのを修正
- "INSTALL.txt" に各OSでのビルドのセットアップと実行方法を記述
- pkg-config に対応
- その他バグの修正

4.4 (2016.08.30) 4.4 (2016.08.30)
================= =================
- DNN-HMMの計算をサポート - DNN-HMMの計算をサポート
Expand Down
11 changes: 11 additions & 0 deletions Release.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,14 @@
4.4.1 (2016.09.07)
===================
- more stable and fast SIMD code: SSE, FMA and ARM_NEON
- automatically select suitable SIMD code at run time for DNN computation
- msvc support updated: PortAudio and zlib sources are now included in dist.
- fix incorrect reading of binary hmmlist made by "mkbinhmmlist"
- fix SDL detection in adintool-gui
- "INSTALL.txt" to share how to build Julius on various platform.
- pkg-config support
- other fixes

4.4 (2016.08.30) 4.4 (2016.08.30)
================= =================
- DNN-HMM computation support - DNN-HMM computation support
Expand Down

0 comments on commit 71c23fb

Please sign in to comment.