Closed NicoRenaud closed 4 years ago
SP is by far the most time consuming step of the forward pass. Can we speed that up. pytorch 1.2.0 support batched determinant calculations. We should try those instead of my own batch det
the batch det of pytorch is used by defaults (require pytroch>=1.4)
SP is by far the most time consuming step of the forward pass. Can we speed that up. pytorch 1.2.0 support batched determinant calculations. We should try those instead of my own batch det