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
* [REQ] Remove upper version restrictions for `torch` and `torchvision`
* [REQ] Bump python to 3.8+
* [REF] Replace `Tensor.symeig` with `torch.linalg.eigh`
* [CI] Replace `python3.7` with `python3.8`
* [REF] Try fixing syntax for `flake8` in `setup.cfg`
* [TEST] Skip double-backward of LSTM for PyTorch2.0.1
See pytorch/pytorch#99413
* [FIX] flake8
* [TEST] Skip `jac_mat_prod` for LSTM in PyTorch2.0.1
double-backward not supported pytorch/pytorch#99413
* [CI] Use python3.8 in RTD build
* [CI] Skip LSTM for PyTorch2.0.1 in DiagGGN tests
* [FIX] Imports
* [FIX] Turn off MKLDNN in RNN example
---------
Co-authored-by: Felix Dangel <[email protected]>
0 commit comments