Hello
I have two questions, Maybe they are a silly questions , but I don't know.
First: what is the trunk version? What is the difference between trunk version and other versions? Why, when I run an experiment in trunk version got result better than version -0.8??
Second: while I run experiments and stop in any Module for any reason. How to rerun experiment and continue at the Module that stopped them without return to the beginning ?
Thank You
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"trunk" is the most recent state of subversion repository. You can check it out with subversion. Like to "Code" is above on this page.
What is the difference between trunk version and other versions?
Why, when I run an experiment in trunk version got result better than version -0.8??
There are many changes implemented recently which improve various aspects of accuracy and speed
while I run experiments and stop in any Module for any reason. How to rerun experiment and continue at the Module that stopped them without return to the beginning ?
sphinxtrain -f <stage_name> run
For example
sphinxtrain -f cd_hmm_tied run
Last edit: Nickolay V. Shmyrev 2015-07-31
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I have two questions, Maybe they are a silly questions , but I don't know.
First: what is the trunk version? What is the difference between trunk version and other versions? Why, when I run an experiment in trunk version got result better than version -0.8??
Second: while I run experiments and stop in any Module for any reason. How to rerun experiment and continue at the Module that stopped them without return to the beginning ?
Thank You
"trunk" is the most recent state of subversion repository. You can check it out with subversion. Like to "Code" is above on this page.
There are many changes implemented recently which improve various aspects of accuracy and speed
For example
Last edit: Nickolay V. Shmyrev 2015-07-31