Tim Schäfer

Results 3 issues of Tim Schäfer

Introduces a PyTorch version of the Tolstoi Char RNN (previously only in Tensorflow).

As soon as https://github.com/pytorch/pytorch/issues/60524 is resolved, we can delete our warnings: - backpack/core/derivatives/adaptive_avg_pool_nd.py: delete warning in `check_parameters` - test/core/derivatives/derivatives_test.py: delete test of warning in `test_ea_jac_t_mat_jac_prod` and `test_jac_t_mat_prod`

Currently, the old BackPACK values on parameters are silently overwritten. I suggest making this process explicit and adding alternative options. This draft adds an option `grad_exists_behaviour` to `backpack()`. Possible values...