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
While I have been able to fit innovationMLR model to counts data for different dates, there is a particular date for which the optimization fails.
The specific error (at the bottom of the issue description) is deep in the jaxlib optimization. I am guessing 'math.prod(other_sizes)' is 0 for some reason.
I am wondering whether this is due to some unusual parent-child variant relationship graph defined for the variants circulating at the data window. This would result in an innovation_matrix that is not appropriate for optimization. Since the same code works for data at different dates, I thought this is the most likely reason.
I don't know much about the details of the optimization to have a guess, but are there constraints on the innovation_matrix or the parent-child graph?
I included debugging code output below with some details about the input matrices(column or row sums) to the model optimization.
While I have been able to fit innovationMLR model to counts data for different dates, there is a particular date for which the optimization fails.
The specific error (at the bottom of the issue description) is deep in the jaxlib optimization. I am guessing 'math.prod(other_sizes)' is 0 for some reason.
I am wondering whether this is due to some unusual parent-child variant relationship graph defined for the variants circulating at the data window. This would result in an innovation_matrix that is not appropriate for optimization. Since the same code works for data at different dates, I thought this is the most likely reason.
I don't know much about the details of the optimization to have a guess, but are there constraints on the innovation_matrix or the parent-child graph?
I included debugging code output below with some details about the input matrices(column or row sums) to the model optimization.
The text was updated successfully, but these errors were encountered: