can someone explain what is the meaning of "cluster_count" parameter in
sendump files?
In "hub4wsj_sc_8k" AM which comes with PS source for example it is set to 15.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Mixture weights could be quantized to 4 bits per value. This means that
mixtures could have only 16 values. Those values are stored in a special array
in sendump file and the length of this array is cluster_count.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
can someone explain what is the meaning of "cluster_count" parameter in
sendump files?
In "hub4wsj_sc_8k" AM which comes with PS source for example it is set to 15.
Thanks
Hello
Mixture weights could be quantized to 4 bits per value. This means that
mixtures could have only 16 values. Those values are stored in a special array
in sendump file and the length of this array is cluster_count.
Thank you Nickolay,
you are helpful as always :)
I think I got it.