Dear all,
I am tring to build my model. My language is the Italian alphabet and number fro 0 to 9. I am using perl scripts following the tiny doc. I am having problems with step 02 so I restarted from 00 and now I see that in step 01 the KMeans does not produce any log. Is it normal?
Stefano
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-01
Actually I think it does produce a log, but the html has not linked to the right place. Go look at the log files directly, rather than through a browser.
P.S. I would be interested to see how you get on. How big a training sample do you have ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Andrew,
I searched for the log in the logdir/01... dir but I found nothing.
What do you mean with trainig sample? The wav files? If so they are 2 files one of 5.4MB the other of 9.8MB. I recorded them using my laptop internal mic becouse the mic input seams not to work properly.
Stefano
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-01
Hi Stefano, Will have a look tonight for a log file on my system.
Because I have to transcribe all my data by hand. I.e. Listen to the sound file and then type my own transcripts, I end up with short duration sound files (20 sec) each and lots of them.
How did you obtain the transcripts for the two sound files ?
Andy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
for the log file of step 01, I found the mistake.
Go in the perl script kmeans.pl and change the path of logfile. It's written:
$logfile = "$logfile/${CFG_EXPTNAME}.kmeans.log";
You have to change it by:
$logfile = "$logdir/${CFG_EXPTNAME}.kmeans.log";
Good luck!!
Julie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all,
I am tring to build my model. My language is the Italian alphabet and number fro 0 to 9. I am using perl scripts following the tiny doc. I am having problems with step 02 so I restarted from 00 and now I see that in step 01 the KMeans does not produce any log. Is it normal?
Stefano
Actually I think it does produce a log, but the html has not linked to the right place. Go look at the log files directly, rather than through a browser.
P.S. I would be interested to see how you get on. How big a training sample do you have ?
Andrew,
I searched for the log in the logdir/01... dir but I found nothing.
What do you mean with trainig sample? The wav files? If so they are 2 files one of 5.4MB the other of 9.8MB. I recorded them using my laptop internal mic becouse the mic input seams not to work properly.
Stefano
Hi Stefano, Will have a look tonight for a log file on my system.
Because I have to transcribe all my data by hand. I.e. Listen to the sound file and then type my own transcripts, I end up with short duration sound files (20 sec) each and lots of them.
How did you obtain the transcripts for the two sound files ?
Andy
Andrew I wrote my transcript than I read them load to register my wav files.
Stefano
Hi,
for the log file of step 01, I found the mistake.
Go in the perl script kmeans.pl and change the path of logfile. It's written:
$logfile = "$logfile/${CFG_EXPTNAME}.kmeans.log";
You have to change it by:
$logfile = "$logdir/${CFG_EXPTNAME}.kmeans.log";
Good luck!!
Julie