News feed
Log in to your course web
You are not logged in KTH, so we cannot customize the content.
Do you have questions regarding this course?
If you are registered on a current course round, please refer to the Canvas course room. You find the right course room under "Courses" in the personal menu.
If you are not registered, see Course PM for DT2112 or contact your student office or study counsellor.
In the News feed, you find updates for pages, schedule and posts from teachers (when aimed also at earlier registered students).
I assume this worked? Can someone from Uppsla cofirm that? Cheers.
Yes, I believe they can see these comments. They still cannot see the other pages and for those there is no such option.
Teacher Giampiero Salvi edited 28 January 2016
Hi all,
I saw that many are willing to run the lab on their own Ubuntu computers. Here are building instructions that worked for me on Ubuntu 14.04:
sudo apt-get install libc6-dev-i386./configure --disable-hslab --disable-hlmtools --prefix=/opt/htkmake allsudo mkdir /opt/htksudo make install
Then you will need to add the path to your PATH variable, for example with adding this line
in bash:
export PATH=/opt/htk/bin:$PATH
in tcsh:
setenv PATH=/opt/htk/bin:$PATH
Test if it works by running any of the HTK commands, for example HList
For the lab to work, you will also need to install Wavesurfer with:¶
apt-get install libsnack-alsa wavesurfer¶
Good luck!¶
Teacher Giampiero Salvi edited 28 January 2016
Hi all,
I saw that many are willing to run the lab on their own Ubuntu computers. Here are building instructions that worked for me on Ubuntu 14.04:
sudo apt-get install libc6-dev-i386./configure --disable-hslab --disable-hlmtools --prefix=/opt/htkmake allsudo mkdir /opt/htksudo make install
Then you will need to add the path to your PATH variable, for example with adding this line
in bash:
export PATH=/opt/htk/bin:$PATH
in tcsh:
setenv PATH=/opt/htk/bin:$PATH
Test if it works by running any of the HTK commands, for example HList
For the lab to work, you will also need to install Wavesurfer with:
apt-get install libsnack-alsa wavesurfer
Finally, if you do the lab on your computer, disregard the command "source config/environment" from the lab instructions¶
¶
Good luck!
Teacher Giampiero Salvi edited 28 January 2016
Hi all,
I saw that many are willing to run the lab on their own Ubuntu computers. Here are building instructions for HTK (version 3.4.1) that worked for me on Ubuntu 14.04:
sudo apt-get install libc6-dev-i386./configure --disable-hslab --disable-hlmtools --prefix=/opt/htkmake allsudo mkdir /opt/htksudo make install
Then you will need to add the path to your PATH variable, for example with adding this line
in bash:
export PATH=/opt/htk/bin:$PATH
in tcsh:
setenv PATH=/opt/htk/bin:$PATH
Test if it works by running any of the HTK commands, for example HList
For the lab to work, you will also need to install Wavesurfer with:
apt-get install libsnack-alsa wavesurfer
Finally, if you do the lab on your computer, disregard the command "source config/environment" from the lab instructions
Good luck!
Hi again,
now I had the time to actually test the commands with a fresh Ubuntu 14.04.3 installation and I realized the above instructions are somewhat incomplete. If you want to run on your own machine I recommend you use the new lab files I made available under the lab1 page (dated 2016-01-28).
Another question is about the topology of the HMM.
Here I just want you to draw a graph indicating the states of the HMM and which transitions between them are allowed according to the transition matrix in the prototype file.