This version is a major update from v3.1.0.
- Introduces a deep lattice network model for speech mode, which improves predictions over the exponential model by using multidimensional partially monotonic mapping of similarity to quality. It is enabled by default (and configurable with
–use_lattice_model). There is no lattice model support for audio mode yet, but we will be looking at that fo...