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
When a voice doesn't move between two stages, it might be held over to the second stage or even be missing (but implied) in the second stage. To account for these cases:
include a reduced version of the second stage in the input of the horizontal pass (i.e. run vertical skipgram passes for reduced stage versions)
adapt the prefix checker in the horizontal pass accordingly
adapt the overlap rules to ignore held over notes when the second stage is reduced
The text was updated successfully, but these errors were encountered:
When a voice doesn't move between two stages, it might be held over to the second stage or even be missing (but implied) in the second stage. To account for these cases:
The text was updated successfully, but these errors were encountered: