You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this Phoneticize function why the argument beam was passed as 10000? I want to use beam value 1000 as it is helping me to reduce the time to generate the corresponding phoneme for longer graphemes. But there is reduced number of n_best candidates for my grapheme data. How to maintain that while still using beam_value as 1000?
By decreasing beam value by a factor of 10 I see the evaluation time also decrease by 10 but it also decrease the number of n_best candidates. Please help here.
By decreasing beam value by a factor of 10 I see the evaluation time also decrease by 10 but it also decrease the number of n_best candidates. Please help here.
(
Phonetisaurus/src/include/PhonetisaurusScript.h
Lines 107 to 111 in f08d3df
@AdolfVonKleist
The text was updated successfully, but these errors were encountered: